How do I add a wait condition on flow designer based on a variable input

Thomas98
Tera Expert

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

 

1 ACCEPTED SOLUTION

Muralidharan BS
Mega Sage
Mega Sage

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.

find_real_file.png

 

Thanks

View solution in original post

2 REPLIES 2

Muralidharan BS
Mega Sage
Mega Sage

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.

find_real_file.png

 

Thanks

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.