Hi,
I am trying to patch a date and time to SP List from the date and time picker of my power apps form.

My current formula only patches the date but not the time.
Patch(
'Walkdown Requests_1',
Defaults('Walkdown Requests_1'),
{
'Proposed Date & Time':DateValue1.SelectedDate
}
)
Thanks