Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How can I forward Meeting Decline responses from a shared Outlook mailbox to an individual one?

(0) ShareShare
ReportReport
Posted on by 4
Hi all, 
I'm a novice in Power Automate, but Microsoft Support said that Power Automate would be the best way to accomplish this task as opposed to standard Outlook rules due to message class differences.
 
My team has a shared Outlook mailbox that we use to schedule all onboarding/training activities. However, with this we don't know whether someone has declined a meeting invitation unless we manually check the shared inbox. I would like to create a flow in Power Automate that does the following:
  1. Identifies when a declined meeting response (message class IPM.Schedule.Meeting.Resp.Neg) has been sent to the shared mailbox
  2. Forwards that response, or sends a separate notifying email, to one or more individual mailboxes
Any help would be greatly appreciated!
  • CG-02061342-0 Profile Picture
    4 on at
    How can I forward Meeting Decline responses from a shared Outlook mailbox to an individual one?
    Thanks David_MA! I was able to use your recommended flow and simply enter "Decline" as the subject string. This approach didn't work with Outlook rules because of the message class, but it looks like Power Automate doesn't discriminate between classes in the same way. Much appreciated!
  • Verified answer
    David_MA Profile Picture
    11,329 Super User 2025 Season 1 on at
    How can I forward Meeting Decline responses from a shared Outlook mailbox to an individual one?
    Do this:
    • Review some of the decline responses to determine how you can filter the trigger.
    • Create a flow from the trigger when a new e-mail arrives in a shared mailbox.
      • The flow owner will need to have the necessary permissions to the shared mailbox. 
    • Show the advanced options in the trigger and set the subject filter to the same subject you get. 
      • I am pretty sure this behaves like contains rather than equals, so you will need to do some testing to see what works.
    • If needed, you can also add a trigger condition to see if the body contains a certain phrase as well. You would go into the trigger settings and click the + under trigger conditions. You would use this expression on the body: contains(triggerOutputs()?['body/body'], 'phrase to search for')
      • Trigger conditions must evaluate to true and false, and the flow will only trigger when all the conditions are true.
      • You can have multiple trigger conditions, so you could do the same on the subject as a trigger conditions instead of using the advanced options.
    • Finally, add a forward e-mail action and use the ID from the trigger to identify the e-mail to forward.
  • VictorIvanidze Profile Picture
    12,398 on at
    How can I forward Meeting Decline responses from a shared Outlook mailbox to an individual one?
    Please share your flow.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >