How to run order guide using Flow Designer

gjz
Mega Sage

I am converting my workflows to flows and have a question about the best way to set up flow for Order Guides.

 

For example, to onboard a person we need to first create the person in AD and once the person is created, fulfill anything else that may have been ordered (laptop, monitor, etc.).  Using workflow, the workflows for laptops and monitors has code as the first step to wait until the new user is created before continuing to fulfillment.  I think this may be easier to do in Flow, but I'm not sure how to check if a particular flow has completed or not.

 

REQ1234567 has 3 items:

   RITM1234567 - Create New User in AD

   RITM9876543 - Request a Monitor

   RITM6546546 - Request a laptop

I want RITM1234567 to run first, and when it's complete, trigger the other two items.  How can I do that in Flow?

1 REPLY 1

skelchie
Tera Contributor

Hi gjz,

you could use the "Wait for condition" action in the flow designer.

 

First get the item you are waiting for in your flow, by looking up a record. Here you can use your request and the specified item in the conditions.

skelchie_0-1707240560854.png

In the next step you want to wait your flow until by example the item moves to the state closed complete. This could also be a specific stage or something else.

skelchie_1-1707240648415.png

Now the flow will wait until this condition is met. Once this condition is met you can proceed with your flow.