
Announcements
I have a date picker field created when inserting a form based on an SP List. By default it only allows the date to be selected so I changed the field format ("mm/dd/yyyy mm:hh am/pm") to allow the time to be shown and entered also.
The problem though is that when testing the app the field requires whole hour times and two digits for the hour (eg. 08:00, not 8:30). And if submitting the form without meeting this the power automate flow I have for emailing the submission details, fails and produces a datetime format error when trying to convert the time zone:
In function 'convertTimeZone', the value provided for date time string '' was not valid. The datetime string must match ISO 8601 format.'.
Is there a way to be able to edit the time via the date picker to any hour or minute, without adding additional fields to handle the hour and minutes? What's the best way to handle this?