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.
Solved! Go to Solution.
You will need to run your ForAll against the Gallery Items.
ForAll(yourGallery.AllItems, Patch(....
I hope this is helpful for you.
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
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
272 | |
255 | |
87 | |
38 | |
34 |
User | Count |
---|---|
347 | |
263 | |
130 | |
68 | |
48 |