Power Automate- Alert when an action in the flow gets skipped
Context: this flow called “Email to Case Responsibles” aim to send an email notification. However sometimes it does not find the user, and actions get skipped, and the flow result is “Sucessfull” making it impossible to detect errors. I added an action that goes after the “Applyto each” that only runs if it was skipped, to post a message in teams letting me know the flow actually FAILED (previous action returned no output and thus skips subsequent steps.
However I am encountering a bug on the action triggered when previous step is skipped since it also skips this action!