Hi there
Can I edit a gallery directly without having to use forms?
I have a gallery built off a collection. I want to be able to edit the gallery and then patch the data to a table (dataverse)
This is the gallery
I want to be able to click on the pencil and edit any thing in the row (to start with - then I might try to edit individual fields).
This is the display mode properties for the gallery
This is the OnSelect for the pencil icon
I know I am missing something somewhere, if anyone can also send me any guides on the internet for editing galleries - directly not through a form, that might help too.
Thanks!
Solved! Go to Solution.
Hi @Automate2create ,
Do you want to create a editable gallery?
Here is a link that might help you:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Power-apps-query/td-p/1489481
In addition, if you want to click the icon to make the current row editable, maybe you could try as below.
Set(allowedit,ThisItem.ID)
If(ThisItem.ID=allowedit,DisplayMode.Edit,DisplayMode.Disabled)
Result Screenshot:
Best Regards,
Charlie Choi
Hello,
You need also to record the itemid when you click on the Edit button so that you can change to layout to that specific row.
Best regards,
Alaa
Hi Alaa
There isn't an itemid for the edit button, is that what you meant? Or did you mean an itemid for something else?
Hi @Automate2create ,
Do you want to create a editable gallery?
Here is a link that might help you:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Power-apps-query/td-p/1489481
In addition, if you want to click the icon to make the current row editable, maybe you could try as below.
Set(allowedit,ThisItem.ID)
If(ThisItem.ID=allowedit,DisplayMode.Edit,DisplayMode.Disabled)
Result Screenshot:
Best Regards,
Charlie Choi
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
57 | |
43 | |
36 | |
34 |
User | Count |
---|---|
270 | |
78 | |
75 | |
74 | |
66 |