Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Does a patch statement from a Power Apps form cause a Power Automate Flow to run?

(1) ShareShare
ReportReport
Posted on by 69
Hi,
 
I have a simple patch statement I want to use in my Power App, but I don't want any Power Automate flows to run. Does a patch statement cause the flows to be triggered? If so, anyway to stop the flow?
 
Thanks,
 
Monty
Categories:
  • WarrenBelz Profile Picture
    146,594 Most Valuable Professional on at
    Does a patch statement from a Power Apps form cause a Power Automate Flow to run?
    Yes that is a glitch with Combo Boxes triggering OnChange events when a Form is opened. The best way to manage this is to make sure it is actually changed and compare its contents with the value stored in the data source field. Example using Choice field
    If(
       Self.Selected.Value <> ThisItem.ChoiceField.Value,
       Run flow . . .
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee


  • NiteWalker Profile Picture
    69 on at
    Does a patch statement from a Power Apps form cause a Power Automate Flow to run?
    I have one field in my list that is not getting populated when the item is saved from a update on a form. Possibly the way I set it on a drop down onchange. So, I was going to populate it with a patch statement. But, I don't want the flow to run when I do it. My flow uses the "when an item is created or modified". So, I wasn't sure if the patch would make that run since it is modifying an item on the list.
     
    I was trying to test it yesterday using emails to know if it was the patch statement and it seemed to be sending me an email from the flow. But, with the way emails can take a few minutes sometimes, I wasn't sure what was going on.
     
    -Monty
  • WarrenBelz Profile Picture
    146,594 Most Valuable Professional on at
    Does a patch statement from a Power Apps form cause a Power Automate Flow to run?
    They are completely separate functions - a Patch should not cause a Flow to run unless you have a Flow run command in the same piece of code. What are you experiencing ?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,594 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard