flow designer - wait for condition with date field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2020 01:39 PM
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?
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 12:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 12:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:59 AM
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.