Is there a way to validate in a subflow should all If Statements validate as false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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.
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.
the whole section where i would have placed this error and an email notification to our group was never run.
the subflow action also had no output.
Would checking for empty error codes address this?
Thank you in advance for all suggestions and insights.
