- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 07:11 PM
How do I add a wait condition on flow designer based on a variable input?
I have a date variable "user_last_day in the catalog form.
Task should only be created when the "user_last_day" is today or anyday before today, if its future date it should wait for task creation.
Thanks,
Thomas
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 10:24 PM
Hi Thomas,
You can use the wait for the condition in the flow logic to achieve this.
use duration type as relative duration, now you will have the option to select input DateTime variable using the data picker.
Here below the flow will trigger after the 1 min of the variable selected.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022 10:24 PM
Hi Thomas,
You can use the wait for the condition in the flow logic to achieve this.
use duration type as relative duration, now you will have the option to select input DateTime variable using the data picker.
Here below the flow will trigger after the 1 min of the variable selected.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 12:32 PM
Hello,
I have the same requirement but how is it helped? It needs to wait on my date/time variable (in Thomas's case : "user_last_day") not the default catalog task varible which in this case is Run Start Time UTC. Please let me know how to get the customized variable in the flow designer's data pill.