Hi all,
question about filtering a gallery nested within a gallery.
I am using one list and one library on my SharePoint:
Library "Defects", where I have:
List "Monitorization", where I have:
In my App, my galleries are distributed like this:
- Gallery 1, Father´s gallery -> linked to "Defects"
- Gallery 2, Child´s gallery -> linked to "Monitorization"
My objective is: my Gallery 2 to show only the items from "Monitorization" that "defectID" match with "ItemID" from my gallery 1 "Defects".
for that, on Items property:
Filter('Monitorization', defectID = ThisItem.ItemID)
but ERROR APPEAR => Invalid argument type. Gallery2 .Items
Hope make sense.
thanks a lot your time and support! 🙂
Solved! Go to Solution.
hi @Corleone ,
If defectID is a lookup column, use:
Filter('Monitorization', defectID.Value = ThisItem.ItemID)
Hope it helps !
hi @Corleone ,
If defectID is a lookup column, use:
Filter('Monitorization', defectID.Value = ThisItem.ItemID)
Hope it helps !
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
162 | |
91 | |
67 | |
63 | |
63 |
User | Count |
---|---|
216 | |
158 | |
96 | |
86 | |
79 |