Announcements
Hello everyone,
I have a SharePoint list that serves as the data source for my gallery. I need to be able to update the SharePoint list using the gallery.
I've tried using a ForAll( Patch( ) ) statement but nothing is being updated.
@JMAFO
You will need to run your ForAll against the Gallery Items.
ForAll(yourGallery.AllItems, Patch(....
I hope this is helpful for you.
Hi @JMAFO :
As mentioned by @RandyHayes ,you can meet your needs through ForAll( Patch( ) ) .But if you need to determine where the problem is with your formula, it's better to show the complete code.
One thing to note is that the data structure of Gallery.AllItems and the data structure of this Gallery's data source may be different (it depends on the controls in this gallery).I suggest you refer to the following formula:
ForAll(Gallery.AllItems,Patch(YourDataSource,Defaults(YourDataSource),{Column1:GalleryColumn1,Column2:GalleryColumn2}))
Best Regards,
Bof
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 329 Most Valuable Professional
11manish 209 Super User 2026 Season 2
Mohsin Ali 179