Flow Designer - How can I wait for the Change Request 'Planned Start Date' and time?

Justin-DNV
Tera Contributor

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

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

You could try using the "Wait for a duration of time", located under Flow logic.

Example how you could configure below:

 

flow-wait-for-a-period-of-time.png

View solution in original post

3 REPLIES 3

Neeraj Sharma10
Tera Guru

HI Justin
You can use Wait for duration condition

NeerajSharma10_0-1675449781745.png

Something like this.

 

Thanks,
Neeraj

OlaN
Giga Sage
Giga Sage

Hi,

You could try using the "Wait for a duration of time", located under Flow logic.

Example how you could configure below:

 

flow-wait-for-a-period-of-time.png

Justin-DNV
Tera Contributor

Thanks, Olan!  This worked great and was very simple.