how to set time to wait for in flow designer using data pill picker?

Varsha21
Giga Guru

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.

1 ACCEPTED SOLUTION

Hi, I made a simple flow to check - it is a "Duration".

Hope it helps

find_real_file.png

Hope it helps

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

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

Appli
Mega Sage
Mega Sage

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

Hope it helps

Varsha21
Giga Guru

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

Hi, I made a simple flow to check - it is a "Duration".

Hope it helps

find_real_file.png

Hope it helps