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 / Automatic replies - Ex...
Power Automate
Unanswered

Automatic replies - External Only?

(0) ShareShare
ReportReport
Posted on by 2

Hi all - I have a flow that has been working well for recurring automatic replies but I'd like to transition to using it only for external, and am seemingly unable to do so? 

 

If I leave the "Internal Reply Message" blank, it just sends a blank email. I see the option to turn off external, but not internal. 

 

Any help would be appreciated! 

 

LindseyGifford_0-1685461023325.png

 

Categories:
I have the same question (0)
  • AWorley Profile Picture
    414 Super User 2024 Season 1 on at

    A good work around for this is to detect when an email comes in then do a IF condition with the contains argument for your internal domain. 

    The following will restrict any flows from triggering where the FROM value contains your domain address. The remaining flows that run will always be external. 


    Trigger Action: When a new email arrives > Settings > Trigger Conditions: 

     

    Replace the @DOMAIN.com with your email @.

    @if(Equals(indexOf(triggerBody()?['From'],'@DOMAIN.com'),-1),false,true)

     

     

    From there you can use the reply to the email (v3) and pass the message ID with a Generic Auto reply email.

     

    If you need to set a reoccurrence value you can do an action for date ranges prior to sending the reply email. 

     

    Action: Set variable

    Value: Expression: FormatDateTime(utcNow(),'dd/MM/yyyy')

     

    Then use the solution in this article to build your range date. 

    https://powerusers.microsoft.com/t5/Building-Flows/Dates-between-two-dates/td-p/73128

     

     

  • LindseyGifford Profile Picture
    2 on at

    Thank you! I had considered something along these lines. However - is there a way to do that function that only sends the 'auto reply' once per week to the incoming email address? 

  • AB21 Profile Picture
    on at

    Hi @AWorley I have tried this but for me it doesnt work any ideas? 

     

    Screenshot 2024-06-13 at 15.38.54.pngScreenshot 2024-06-13 at 15.04.14.png

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
Haque Profile Picture

Haque 283

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard