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
10-15-2020 02:02 PM
Following link should help. There doesn't seem to be an OOB date comparison mechanism in Wait for Condition.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 12:33 PM
@Brook3 , Did you ever figure this out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 01:47 AM
This sounds like a "wait for duration" OOB action
You first calculate the duartion in miliseconds between today and the date in your field. Set is into the action
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 06:38 AM
@Marta V ,
How about if I have to wait for an "OR condition"
Record has fields:
State
Expired datetime (date in future)
Example: Wait for State is "Retired" or expired date passed.