Hi all,
I have a form in PowerApps with a data source of SharePoint. The date fields have type of date and time in a SharePoint. I am collecting entries into a collection and then I want to save them back to a SharePoint list.
I have tried to use the following formula to save date and time inside the Patch formula:
StartOfFootage: DateValue1.SelectedDate + Time(Value(HourValue1.Selected.Value), Value(MinuteValue1.Selected.Value), Value("00"))
However, once saved I get the following outcome in SharePoint:

Any ideas how can I patch date and time from a collection?