Hi everybody.
Can I add an Edit Form into a gallery?
I have a Table [Id, Team, Active] and I want to change Active fields directly from Gallery. Is it possible???
Thank in advance.
Solved! Go to Solution.
@Anonymous
You were right. I got it to work now. Apparently I have to come inside one of the items in the gallery before i can do that. A bit unintuitive but if it works then i guess it's ok for now. Thanks
@Meneghino awesome answer, this worked great, thank you!
@Meneghino wrote:Yes you can and easily, no need to use forms.
1) Insert a toggle control in the gallery and set its Default property to ThisItem.Active
2) Set the toggle's OnChange property to Patch(YourDataSource, ThisItem, {Active: !ThisItem.Active})
Absolute legend! Have saved me about 2 hours of playing around.
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 | |
52 | |
51 | |
36 | |
33 |
User | Count |
---|---|
267 | |
97 | |
84 | |
72 | |
69 |