I'm struggling with this for days now.
I've made a PowerApp in which a Document Library is shown from SharePoint in a Gallery. In this list there's a label which contains the data from a multiple selection in SharePoint.
The values are shown in a label using the formula below:
Concat(ThisItem.'Behandelende Afdeling';Value & ", ")
This works fine, as you're able to see in this capture: List in PowerApps
In this case, 'Klantenteam Groen' is returned.
Now, I want to filter the Gallery in order to show just the items which contain "Inkoop" in the label. So, for example, if the label is "Klantenteam Groen, Inkoop, Order Afgerond" it should be shown in the list, but if it doesn't contain the "Inkoop" part is should not be shown.
Do you guys have any ideas?
Many thanks in advance!
Kelsey.
The names:
- Label which returns the multiple values: Txt_BehandelendeAfd
- Name of the gallery: BrowseGallery1
- Name of the SharePoint Document Library: Orderproces
- Name of the Multiple Selection option: 'Behandelende Afdeling'