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 / Multiple patches on on...
Power Apps
Answered

Multiple patches on one button

(1) ShareShare
ReportReport
Posted on by 56
Is it possible to have 2 patch functions on one button. I keep getting a network error when I click Submit.
 
OnSelect
Patch ('[sqlDb1]',RecordsGallery1.Selected,{CHECK_IN: "Yes",lastupdate: Now(), updateby:User().Email});
Patch ('MSList1', Defaults('MSList1'), {FIRSTNAME: DataCardValue6})
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,167 Most Valuable Professional on at
    It is certainly possible - I suspect your issue is here (using your control's output - .Text / .Selected.???? etc)
    Patch(
      'MSList1',
      Defaults('MSList1'),
      {FIRSTNAME: DataCardValue6.Output}
    )
     
    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

  • Suggested answer
    CourtneyPowell Profile Picture
    56 on at
    Wow! Thank you!! It seemed like I tried everything except that! 
     
    Patch(
       'MSList1', 
       Defaults('MSList1'), 
       {FIRSTNAME: DataCardValue6.text}
    )
    This worked!

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 362 Most Valuable Professional

#2
11manish Profile Picture

11manish 167

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard