- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 05:38 AM
Hi,
I have added a "wait for condition" action in one of my change flows and I want to timeout this action after planned end date. To achieve this I want to use the script for duration field but I am not sure what what should be the format of the returned value.
Solved! Go to Solution.
- Labels:
-
Flow Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 06:48 AM
Try GlideDuration and see whether it resolves your requirement.
var gd = GlideDuration(60000); // Duration in Milliseconds
return gd;
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 06:48 AM
Try GlideDuration and see whether it resolves your requirement.
var gd = GlideDuration(60000); // Duration in Milliseconds
return gd;
Palani