Hi Everyone,
I would seek some help about this concern that bugs me.
I'm currently working using Zoho Flow to automatically plot a calendar on the Calendar Report.
Whenever a ticket from Zoho Desk Field was updated this will trigger to create a plotted calendar.
Here's the issue, the flow is working however, I'm having trouble with regards to this dateTime value.
This value is from Zoho Desk Ticket properties:
"Required_zd_Date" : "2025-02-12T05:01:00.000Z",
Supposedly 05:01:00 UTC to Philippines time, you add 8 hours, resulting in 13:01:00 or 1:00PM.
Under Zoho Flow Function:
If I use this: (variable).toString("dd MMM yyyy hh:mm a") result is "12 Feb 2025 12:00 AM"
If I apply this:
Creator got an error

On my creator app, I only have this

Any thoughts?