##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
Perfect. This is exactly what I was looking for, thanks a lot.
Just make sure you update the "OccurredAt" to be whatever the ingredient is listed as in IFTTT. Can't just copy pate the formula depending on the applet. Value 1 and Value 2 seem to be the OPs way of showing that you can still have additional ingredients besides the date/timestamp. Won't impact how the above formulas work.