
Announcements
I'm trying to figure out how it is possible for me to get an email notification if my Office 365 Outlook "When a new email arrives in a shared mailbox (V2)" trigger fails to connect to the mailbox. I'm worried about the client changing or expiring the password for the user that is being used to connect and the trigger itself fails. I thought it would be like the other error handling I have instituted by creating a parallel branch with a send email action and mark it to only run on failure but apparently you cannot do that with a trigger.
Any thoughts? I thought about creating some sort of small flow that will monitor the flow that the trigger is in but the only user I have to send an email is the same one on the trigger that I'm monitoring. If it fails (due to a login issue for example), my monitoring Flow would also fail to send the email because it is the same user.
I've already thought about replacing it with an HTTP connection using a App Registration but too complicated at this time.