##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
I've got a weird problem where the ingredient {{CreatedAt}} from a Google Assistant trigger is not sending any data to Spreadsheet. All I get is an empty cell when using {{CreatedAt}}. I also see this behavior with the standard google Applet ID DMC8yDAW "Log notes in a Google Drive spreadsheet"
When I use the formula in Formatted Row:
{{TextField}}|||=DATEVALUE(SUBSTITUTE("{{CreatedAt}}"," at "," "))|||=TIMEVALUE(SUBSTITUTE("{{CreatedAt}}"," at "," "))
I get: #VALUE! entries
As example, the DATEVALUE formula in the spreadsheet resolves to =DATEVALUE(SUBSTITUTE(""," at "," "))
I get Invalid Applet if I use {{OccurredAt}} with this trigger.
Can anyone replicate this and either say it is working for them or not ? Any ideas on how to troubleshoot or is there another trigger that uses {{CreatedAt}} ? Thanks for the help!!
Using =Now() "works", but all past rows update to the current date/time every time a new row is appended