[โœ… Solution] Assign a Date & Time field via Automation

Hello everyone,
I know that itโ€™s being asked many times, but after many attempts I still canโ€™t assign a Date&time field to an item that is being created from a webhook via automation.

In particular I created a log of every email sent via SMTP2go. I extract the data (formatted like โ€œ2025-03-05T10:32:55Zโ€) I need by using a script:

Then I tried to assign the value to my item field in many different ways, without success.

Any hint?

with the date and time coming in on your payload formatted in that way all you should need to do is parse it, possibly timeZone it as well:


4 Likes

Jason your solution obviously works like a charm :sweat_smile:
Thank you so much, as always!