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 / Patching dynamically g...
Power Apps
Unanswered

Patching dynamically generated Nested Galleries

(0) ShareShare
ReportReport
Posted on by

The parent gallery receives the count of selected items from a combo box, generating a corresponding number of rows. Within each row, the second combo box determines the count of items for the child gallery, creating additional rows. The next step involves individually patching each of these items to a SharePoint list. For instance, if California and Texas are selected at the first level, followed by LA and SFO under California, and Dallas under Texas, a total of three records need to be patched into the SharePoint list.

 

I tried below code, which is not working

 

 

ForAll(
          MainGallery.AllItems,
               ForAll(
                        SubGallery.AllItems,
                                     Patch(
                                             List,
                                            Defaults(List),
                                                 {
                                                 Product Name: Label5_1.Text,
                                                 Title: Label8_1.Text,
                                                 Status: {Value: "In Progress"}
                                                 }
                                              )
                          )
);

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 602

#2
WarrenBelz Profile Picture

WarrenBelz 473 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 310

Last 30 days Overall leaderboard