##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
Simple just place either or both separated by ||| in the
Formatted Row Input on IFTTT
Now this is the format of the "date, time" when IFTTT passed it to Google Sheet: 'January 29, 2025 at 01:17PM' I would like to change it to 24h format because I would like to reorder the rows descending by date, time on GSheet. Now it is not working because of the AM/PM. How can I change to 24h format? Or any other solution idea? Thanks in advance. I am a kind of beginner. :)