This automation has brought me to my knees, please help.
I'm trying to create a google calendar event for a session booked from a start time to end time. The automation fails because it's unable to parse datetime: " "
This is my flow:
1. I enter the date and time in text format (Text date)- 3 April, 2024 at 17:00
2. Then convert the above to date format using Datetime parse formula - 4/3/2024 17:00
(formula - DATETIME_PARSE({Text date},'D MMM YYYY at HH:mm')