- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 05:36 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2024 12:29 AM
@Brian Dean : May be the action on ' wait for duration of time ' can help you to complete the flow. something like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 05:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2024 12:29 AM
@Brian Dean : May be the action on ' wait for duration of time ' can help you to complete the flow. something like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 05:25 AM
That worked, thank you, Kilo.