Replacing one of my fields in the final Update "DATA" node with your suggestion does indeed put the expected date and time into Notion but I’m unsure how to use this information to fix my issue. Any ideas?
Hi @Tony_McHugh I’m not too sure if this is what you’re looking for, but take a peek at this post:
If you’ve already a proper ISO stamp, you wouldn’t even have to use .fromFormat() but could go with the much simpler DateTime.fromISO($json.myFieldName) instead
Can’t seem to get any of those to work. I think the issue is that my data string is off the form “2023-09-18 10:00:07 +0100” i.e. no “T” and has spaces. Weird though because Notion still accepts it, albeit after interpreting it incorrectly…
Should I try to convert my string to the proper ISO format or work with Notions apparent data structure:
and try to change the time zone there. I’ve tried inputing a data structure like this into the expression field but it also fails… very confused right now