Tasks not firing after RITM approved

DeIvory Gordon
Tera Guru

Hello, I created  a flow for a catalog item.   I submitted the  catalog item and approved the request, but the catalog tasks did  not fire.  I saved and activated the flow.  I provided screen shots of the flow and flow context.  What I see is that on the flow contexts the sctasks show "Not Run", but I don't know why or how to get them to run.  I appreciate any help that can be provided.

 

Screen shot of flow

DeIvoryGordon_2-1751647713708.pngDeIvoryGordon_3-1751647781745.pngDeIvoryGordon_4-1751647866990.png

 

 

 

 

Screen shot of flow context

DeIvoryGordon_0-1751646687757.png

DeIvoryGordon_1-1751646751641.png

 

 

2 ACCEPTED SOLUTIONS

GlideFather
Tera Patron

Hi @DeIvory Gordon,

it seems to me that the approval from the step 4 was evaluating the below conditions and most likely none of the conditions in steps 6, 10, 13, 16 were satisfied, try to create a new fallback value in case that none of the listed locations are matched or ensure that the user has one of these locations..

Let me know after oyu review this please

———
/* If my response wasn’t a total disaster ā†™ļø ⭐ drop a Kudos or Accept as Solution āœ… ā†˜ļø Cheers! */


View solution in original post

Anand Kumar P
Giga Patron
Giga Patron

Hi @DeIvory Gordon ,

 

Issue at flow line number 5 evaluated false.

 

 


Open the Flow Logic for ā€œIF IT Controller Approves

Look at the condition used there. It probably checks if the IT Controller has approved or not.

  1. Check the input data used in that condition:
    • Was the approval request sent to the IT Controller?
    • Did they approve, reject, or ignore it?
    • Is the approval status correctly updated in the flow or record
    • Make sure the IT Controller approver is set properly,  If the approver field is empty or there’s an issue in how it’s set, the condition will fail and return false.

If my response helped, please mark it as the accepted solution āœ… and give a thumbs upšŸ‘.
Thanks,
Anand

View solution in original post

2 REPLIES 2

GlideFather
Tera Patron

Hi @DeIvory Gordon,

it seems to me that the approval from the step 4 was evaluating the below conditions and most likely none of the conditions in steps 6, 10, 13, 16 were satisfied, try to create a new fallback value in case that none of the listed locations are matched or ensure that the user has one of these locations..

Let me know after oyu review this please

———
/* If my response wasn’t a total disaster ā†™ļø ⭐ drop a Kudos or Accept as Solution āœ… ā†˜ļø Cheers! */


Anand Kumar P
Giga Patron
Giga Patron

Hi @DeIvory Gordon ,

 

Issue at flow line number 5 evaluated false.

 

 


Open the Flow Logic for ā€œIF IT Controller Approves

Look at the condition used there. It probably checks if the IT Controller has approved or not.

  1. Check the input data used in that condition:
    • Was the approval request sent to the IT Controller?
    • Did they approve, reject, or ignore it?
    • Is the approval status correctly updated in the flow or record
    • Make sure the IT Controller approver is set properly,  If the approver field is empty or there’s an issue in how it’s set, the condition will fail and return false.

If my response helped, please mark it as the accepted solution āœ… and give a thumbs upšŸ‘.
Thanks,
Anand