I'm trying to update Date field by Custom API output but it's not working.
Date format is 22 Dec 2023 12:02
Getting Invalid Date format wile updating.
Attached screenshot for reference.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I guess that you will need to parse your date string before:
parseDate(<dateValue>; "DD MMM YYYY HH:mm")
Regards
Lars
Views
Replies
Total Likes
Hi,
You have to provide the date in ISO 8601 format, so it should look like this:
YYYY-MM-DDTHH:mm:ss.sssZ
2023-12-22T12:02:00.000Z
Regards
Lars
Views
Replies
Total Likes
Thanks for your reply Lars.
The Output you mentioned were provided by Custom API module.
I already attached the screenshot.
How to convert to date format?
Views
Replies
Total Likes
I guess that you will need to parse your date string before:
parseDate(<dateValue>; "DD MMM YYYY HH:mm")
Regards
Lars
Views
Replies
Total Likes
Thanks for your help Lars.
It works!!
Views
Replies
Total Likes
Views
Likes
Replies