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 / Initial Approval email...
Power Automate
Suggested Answer

Initial Approval email in flow doesn't complete flow step

(1) ShareShare
ReportReport
Posted on by 2
Hi,
 
I'm creating a flow where when somebody completes a change request in SharePoint it then sends an approval or deny request to a manager. A problem I'm running into is where the initial approval email that is sent doesn't complete the 'Start and wait for an approval' condition. It will update the status column like it should but then it sends another duplicate email and then the flow completes. I've looked at all the logic and can't seem to find anything wrong.
 
Any suggestions would be appreciated
Categories:
I have the same question (0)
  • Suggested answer
    SpongYe Profile Picture
    5,909 Super User 2026 Season 1 on at
    Hi @ZB-28051344-0
     
    This is usually caused by the flow triggering itself.

    If your trigger is “When an item is created or modified”, then any Update item action inside the same flow will modify the SharePoint item again. That second modification can retrigger the flow, which is why you see the approval email sent a second time before the flow completes.

    A good way to prevent this is to add a guard condition so the flow only runs when the item is actually waiting for approval.
    For example, add a trigger condition to the SharePoint trigger:
    @equals(triggerBody()?['Status']?['Value'], 'Pending Approval')
    If Status is a text column instead of a Choice column, use:
    @equals(triggerBody()?['Status'], 'Pending Approval')
    I would also check the flow run history and look at what triggered the duplicate run. If the second run is triggered right after your own Update item action, that confirms the flow is retriggering from its own SharePoint update.
     

    If you have any questions or feedback, please let me know. Have a great day! 😊

    -----------------------
    SpongYe Power Platform Enthusiast [LinkedIn] | [Youtube| [My blog]

     

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my blog [@SpongYe] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard