Flow Designer - Wait for Condition in parallel to Approvals generated

jyothesna
Tera Contributor

Hi,

 

Need some assistance related to Flow Designer. In the flow designed, we are creating Approvals record on RITM based on mapping we have at the backend. Once the Approvals are created, we need to validate if the Approvals are Approved or not and if it not Approved then wait for 1 business days and then trigger an email so that they can approve the records. Once Approved we need to create Catalog Task.

Point where I am stuck is Once the Approvals are created, I have put a Wait Action but the flow gets stuck in Approval Action step itself as the Approvals are in Requested State and it does not validate the Wait for Action step.

 

Any help would be much appreciated on how to check for Wait action even if Approvals are in Requested State which is leading to Flow getting stucked

 

Kindly assist!!

5 REPLIES 5

Josh Pirozzi
Kilo Sage

Hey @jyothesna,

You may want to create a separate Flow that:

  • Queries your Approval Table
  • Locates Approvals that are still pending and are associated to a RITM where the 'Item' is the Catalog Item.
  • Trigger the Email.

Hope this helps!

-Josh

Ankur Bawiskar
Tera Patron
Tera Patron

@jyothesna 

you can use Due Date in Ask for Approval Flow Action

AnkurBawiskar_0-1745933686485.png

OR

You can have this check in parallel so that it waits for 1 business day and also waits till approval is approved

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

jyothesna
Tera Contributor

Hi @josh,

I hope you are doing well. Could you please explain this in detail? I am pretty new to this.

jyothesna
Tera Contributor

Hi @Josh Pirozzi 

I hope you are doing well. Could you please explain this in detail? I am pretty new to this.