I want transfer an order number + delivery date from Google Sheets into Google Calendar. The Calendar event starts on the delivery date (column in Google Sheets).
For the Google Calendar module I need to have a date format. But the date in my Google Sheets is in Text format e.g. 5 Mar 2024 or 13 Dec 2024.
With the Tool Switch I can transform the data but manually for each date… a little bit too much work Or maybe I just don’t know how to do it yet.
Any advise? I am new in Make. Looking forward to your suggestions.
It is because in the parse date function you have to pass the format of the date which is coming from google sheet.
In your case you should use :{{parseDate(1. Delivery Day; “DD MMM YYYY”)}} .
And then you can change the format of this date using fomatDate.
@rohit.lavvanshi. It worked! Doing a little happy dance. Thank you so much. This encourages me to explore Make more, and to automate my business step by step. =)