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 / Bulk Patch function wi...
Power Apps
Answered

Bulk Patch function with combo box and text input

(0) ShareShare
ReportReport
Posted on by 24

Hi All,

 

I am trying to create Incident Management solution in PowerApps integrated with Sharepoint List.

I am able to update single record using patch function but facing issues when trying to update multiple records from the same list.

Please suggest the solution over it.

 

 

IMG_20210913_143311360.jpg
Categories:
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @pankaj2125,

    Have you solved your problem?

    Do you want to bulk update the records from gallery to SP list?

    Could you please share a bit more about your scenario,like column type corresponding to the column you populate the Combo Box?

    Generally, we update the grid in the gallery by setting the OnChange property of the control.

    Patch(SPLIst,ThisItem,{TextColumn:Textinput1.Text, ChoiceColumn:{Value:ComboBox1.Selected.Value}})

    You just need to insert a Checkbox within the Gallery to update the selected records.

    1). Set the Checkbox OnCheck:

    Collect(Toge,ThisItem)

    2). Set the Checkbox OnUncheck:

    Remove(Toge,ThisItem)

    3). Add a button outside the Gallery and set the OnSelect:

    Patch(SPList,Toge)

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard