web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to exclude email b...
Power Automate
Answered

How to exclude email by domain in Auto-reply flow?

(0) ShareShare
ReportReport
Posted on by 12

Oeskandarian_0-1636998777604.png

Hi Everyone,

I have created a simple flow, and it does the following.
An email comes to a SharedMailbox (number1) from a specific email address (number 2) in the condition section; it grabs the CC and replies back to the CC with a message.
Is there a way to filter out/exclude certain domains so that the flow won't reply to everyone cc in the email? For example, if the sender included the @gmail.com email, I exclude that domain from the rest. I want to do it because the sender will cc other people in our company, but I don't want the flow to reply to everyone.

 

Categories:
I have the same question (0)
  • Verified answer
    mahoneypat Profile Picture
    1,720 on at

    To do that, you need split the Cc from the email at the ; and then Filter that array for those do not contain the domain to exclude.  You can then use the join function with a ';' delimiter to get the new string to use in the reply email.

     

    mahoneypat_1-1637068016232.png

     

    join(body('Filter_array'), ';')
     
    split(triggerOutputs()?['body/ccRecipients'], ';')

     

    Pat

  • ChrisMendoza Profile Picture
    425 on at

    @Oeskandarian- I wonder if using a Trigger Condition logic would work using https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#endswith instead of what I use in my example:

    image.png

  • Oeskandarian Profile Picture
    12 on at

    Hi Mahoneypat,

    Thank you for the reply; It is working. I added Condition and made Outputs is equal to Outputs, then added the Send an email (v2). I said three domains ( Gmail, Hotmail & my work domain). The reply went to everyone except Gmail. Here are my screenshots.

     

    Picture3.jpgPicture4.jpg

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard