Announcements
In DataVerse : For a Column its DataType is Single line of text & In power apps I am using a Drop Down control within a Gallery So,
In this case is it possible to patch the things that is being updated in the grid table?
@Nathan_m1
Yes, Patch(yourtable, ThisItem, {your column: Dropdown1.Selected.Value} in the OnChange property of the dropdown or in the OnSelect property of a button in the same line as the dropdown.
@Drrickryp Thanks for the reply. I used the same syntax but I am getting an error "Patch has some invalid arguments".
Check intellisence suggestions for the field name in the patch.
I am using a collection to patch so while patching I gave the below code the Onselect of the button:
Patch(Normalizations, //(Table name of Dataverse)colGriddata //(collection name));
Clear(colGriddata);
where I am getting the below error as shown in the image. @WarrenBelz or @Drrickryp PLEASE try to help me regarding this. @Drrickryp
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 326 Most Valuable Professional
11manish 168
sannavajjala87 75 Super User 2026 Season 1