flow designer - wait for condition with date field

Brook3
Giga Expert

Hello Experts!

I want to use "wait for condition" by defining one Field (date) with following condition.

The flow waits until that date (date field input).

For example, 

date field value is 2020-12-31.

The flow should wait until 31th of December.

How can I define that?

7 REPLIES 7

You could use a parallel flow logic:  'Do the following in Parallel'

- wait for condition over state

- wait for duration: expired date passed

 

Hope this helps

You could use a parallel flow logic: 'Do the following in Paralell'

1 Wait for condition over state

2 Wait for duration: expired date passed

 

Hope this helps

Casper6060
Mega Sage

I just had the same requirement for a customer, in an integration the third party is sending an estimated delivery date to ServiceNow, and when that field is set we run a flow that waits for the estimated delivery date to pass and then we send an email and other things. To get this to work i used the wait for condition and set the date time field to be related to before 1 minutes ahead, this worked even when the field was updated.

 

WaitForFieldDateTime.PNG