- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 09:38 AM
Hello. I am triggering a Flow off the creation of a Change Request, and I want the flow to wait until the date and time listed in the 'Planned Start Date' of the Change Request.
I've tried a Wait For Condition action with a condition of: Planned Start date | on | Current Minute.
Also a condition of: Planned Start date | on | Last Minute.
Either way, the flow never passes this action and sticks in a Waiting status.
Has anyone successfully created a flow that waits for the Planned start date of a Change request?
Anyone have any ideas on how I can accomplish this?
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 11:13 AM
Hi,
You could try using the "Wait for a duration of time", located under Flow logic.
Example how you could configure below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 10:43 AM
HI Justin
You can use Wait for duration condition
Something like this.
Thanks,
Neeraj

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 11:13 AM
Hi,
You could try using the "Wait for a duration of time", located under Flow logic.
Example how you could configure below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 11:39 AM
Thanks, Olan! This worked great and was very simple.