Flow Designer - Condition for user account to be disabled on the selected date.

Brian Dean
Tera Expert

Team, 

 

In Flow Designer, is there a way to setup a condition where when specific date is selected on the form, then user account should be disabled on that date? This is what I have so far and it is keep disabling the user account at the same time, even I have selected the date to few days ahead. 

So the logic is that if the request gets approved and the date comes to that actual date, then account should get disabled. 

I am using the variable "Date" for disable account. 

 

BrianDean_0-1715258158781.png

 

 

2 ACCEPTED SOLUTIONS

Nilanjan1
Mega Sage

@Brian Dean : May be the action on ' wait for duration of time ' can help you to complete the flow. something like this

 

Nilanjan1_0-1715412565007.png

 

View solution in original post

That worked, thank you, Kilo. 

View solution in original post

3 REPLIES 3

Pratiksha
Mega Sage
Mega Sage

You need to put that in the trigger condition. Else the flow will be waiting for the day and keep running it. 

 

Think like this, the flow will be trigger only when the date matches to today's date. 

 

Nilanjan1
Mega Sage

@Brian Dean : May be the action on ' wait for duration of time ' can help you to complete the flow. something like this

 

Nilanjan1_0-1715412565007.png

 

That worked, thank you, Kilo.