Hello Everyone,
I've been experiencing problems with a gallery which is connected to a collection. This gallery is been fed by a filter collection "Filter(micoleccion;Usuario=User().Email)" however when I use the function "Remove(micoleccion;ThisItem)" on seleccion the trash icon It just work for the first item of the gallery.
How can I enable it to work it all items?
Solved! Go to Solution.
Does each gallery item have a unique ID? You could do this:
Remove(micoleccion; LookUp( micolecccion; ID=ThisItem.ID))
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Does each gallery item have a unique ID? You could do this:
Remove(micoleccion; LookUp( micolecccion; ID=ThisItem.ID))
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Try:
If(ThisItem.ID exactin micoleccion.ID, Remove(micoleccion, LookUp(micoleccion,ID=ThisItem.ID)))
You can replace ID with a unique column in the Collection
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
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 |
---|---|
182 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |