How to store the datetime in ISO format as a string in SharePoint list using logic apps. Eg: If my date is "2023-03-01T10:20:30Z" or "2023-03-01T10:20:30+01:00", the create item block in logic app is converting the datetime string to "03/01/2023 10:20:30" or "03/01/2023 01:20:30".
Tried in Logic Apps. I want to store it as is i.e. "2023-03-01T10:20:30Z" or "2023-03-01T10:20:30+01:00" in SharePoint through Logic App. screenshot