Is there a way to validate in a subflow should all If Statements validate as false

EricG2
Giga Guru

Hello Team:

 

I have actual two use cases that have come across my desk during development.

 

1. What is the BP for capturing when an integration hub activity fails?

Currently I've been checking the activity for specific values in the error message.  E.G. contains Invalid, error, not sufficient rights, etc.   But this seems doomed for failure or missing something.  Is there a more generic way to error monitor?

 

2. Is there a way to capture if a series of IF statements evaluate as false?

I have a subflow that checks for my users domain.  Then it performs the required action to modify AD for that user.  

 

Typically this works fine; however, this week while migrating several similar update sets, an input value got corrupted and caused the if statement to evaluate false.  

 

I checked each IF and all but one were fine.

EricG2_0-1770898395417.png

It appears that sometime between my committing to the UAT environment and when my tester validated, that the first IF statement and second condition, the pill value corrupted.  That cause the action to not be done and the whole flow completed as if it did.

 

Another curious action happened as well.  An entry was added to the close notes that I don't see where i programed that to happen.

EricG2_1-1770898614937.png

the whole section where i would have placed this error and an email notification to our group was never run.

EricG2_2-1770898731099.png

the subflow action also had no output.

EricG2_3-1770898812431.png

Would checking for empty error codes address this?

Thank you in advance for all suggestions and insights.

0 REPLIES 0