Formatting ISO 8601 as date

I need to take a iso 8601 date which I’m receiving via API Workflow, and then save it as a date. But when i try to as a date it does not work. The same thing works if i save as text.

How i am receiving it through the read by json key: 2024-05-07T08:18:56.635Z

Screenshot 2024-05-08 at 16.18.05

Hey @karan.shah did you ensure that the value you are setting from the API connector returned value is set to date?

Im not getting the dropdown of all the values after detecting and receiving the data.
It is during the API Workflow Request Data stage that im facing the issue.

use javascript server action.
return new Date(“2024-05-07T08:18:56.635Z”)

This topic was automatically closed after 70 days. New replies are no longer allowed.