Hi! I have a zap setup to send submitted JSON data from a webhook to Google Sheets and am trying to get it to include the ISO timestamp for the SYSTEMCOLUMN_SubmitTime field.
The issue is that it keeps converting the timestamp like 2022-11-01T19:21:25.0946694Z to something like 2022-11-01 15:21:25 before it inserts into the sheet which drops the milliseconds.
How can I set it to just insert the ISO time?