Hi all,
I have a SharePoint list, powerapps and a flow. I have a button in my powerapp that triggers a (create item in list) flow - the flow takes the date from the date picker in my app (dd:mm:yyyy), and creates an item in my list.
The list uses a date column, which is set to show date only and displays as (dd:mm:yyyy).
The date picker in my app uses the same format (dd:mm:yyyy)
However, the flow fails with the message "String was not recognized as a valid DateTime."
Even though the failure message shows it got the correct start and end date, with the correct format, from my date pickers.
Any help would be greatly appreciated.