- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 03:43 AM
Hi Community,
I have a requirement to wait for some duration of time, e.g 4 hours.
but this 4 I am using in a property, and I want to pause my flow using this property for 4 hours.
for that, I want to use wait for action but don't know how to set that property time using a data pill picker.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 09:44 AM
Hi, I made a simple flow to check - it is a "Duration".
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 04:26 AM
Hi Varsha,
You can refer to the below doc to set the wait:
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/concept/flow-logic-wait-for-a-duration.html
Mark Correct & Helpful, if applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 04:35 AM
Hi, consider to create a script action for fetching the system property, and call it from the flow.
See an example here.
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 05:30 AM
Hi
I have created a script also in action but don't know what logic should use to get hours so that it will match to wait for.
what is the data type for wait for.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2021 09:44 AM