Hi guys!
Hoping someone can help me out because this has been driving me crazy.
I’m trying to create an RFC3339 (ISO 8601) datetime string in by joining a date and time coming from a Google Sheets form submission.
At the moment I have 2 set variable modules changing the different date and time input to the correct format separately:
But when I go to combine them together into a valid ISO 8601 string like:
2025-05-29T14:00:00Z By putting in the below:
I get the below issue
If it doesnt come back saying the variable value is empty, It’ll come back saying “2025-05-29” is not a valid date
I know the individual values are not empty and are in the correct format — so I’m guessing there’s a referencing issue or parsing quirk I’m missing.
Thanks in advance for any help!