##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
By the way, this solution worked great for me: feel dumb for not having figured it out on my own. As noted, you just need to make sure adjust the
OccuredAt
ingredient to be specific to your applet. Mine wasAddedAt
.