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 Apps / Does a patch statement...
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 71
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:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,299 Most Valuable Professional on at
    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 ?
  • NiteWalker Profile Picture
    71 on at
    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
    156,299 Most Valuable Professional on at
    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


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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard