Hello,
I am new to Power Automate and was trying to build a flow but having issues with non delivery emails from Microsoft.
The flow works when I test it, but later on I start to see these non delivery emails from Microsoft is both shared mailboxes
The flow is setup that when a vendor sends an email to shared mailbox "A". Shared mailbox "A" then forwards the email to Shared Mailbox "B". Also Shared Mailbox "A" sends and auto reply to the vendor stating the changes made and shared mailbox "A" will later be replaced with shared mailbox "B". All the steps work, but then after a while a bunch of non delivery emails start to flood the shared mailboxes. I tried a few things listed below, but not sure if that is where the issues lies.
In the Send an email from a shared mailbox step 2, in the "To" field I have tried different things. The first thing was the dynamic content "From"
I have also tried using the expression triggerOutputs()?['body/from'] and triggerOutputs()?['body/from/emailAddress/address'] , but still getting non delivery emails from Microsoft
Thank you!