I need help writing a custom Flow function to
convert from the date format of a Form date field:
yyyy-mm-dd
to the
date-time format of a Calendar entry:
yyyy-MM-ddTHH:mm:ssZ
The Calendar
item will be an All-Day event.
It is
acceptable for the Time to be hard-coded to 00:06:00
Please help
with how to format the input into the Flow formatDate() function.