- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 11:46 PM
Hi Team,
In change request, on change of state to implement, I'm capturing date and time in a flow variable string type (as we don't have date/time type in flow variable) "script: var now = new GlideDateTime(); return now.getDisplayValue();" and comparing these value with planned start date in next IF condition. in IF condition I'm using string to date available transforms. But, getting an error in flow at IF condition.
please do needful.
Best Regards,
Rajesh Mudam
Solved! Go to Solution.
- Labels:
-
Now Platform App Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 03:53 AM
Hi,
I have tried in other way, instead of comparing with 'Run Start Time' used record 'updated_on' to compare current date/time.
working fine.
thanks Palanikumar for your assistance.
Best regards,
Rajesh Mudam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 01:13 AM
Hi Palanikumar,
Thanks for your reply.
does 'Run Start Time' will return the updated_on date/time or flow triggered date/time (like when the flow was actually started).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 01:34 AM
It returns the date/time when the flow actually start
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2021 03:53 AM
Hi,
I have tried in other way, instead of comparing with 'Run Start Time' used record 'updated_on' to compare current date/time.
working fine.
thanks Palanikumar for your assistance.
Best regards,
Rajesh Mudam