Announcements
Hello everyoneIs there possible to filter a gallery with various itens?For example something divided by comma or whatever delimiter. It will be like (Car,Boat,Airplane,etc..)I want to ctrl c + ctrl v all of these itens and it filter a section
One option is to use a TextInput (for pasting) and then use that to filter the gallery:
Items = Filter([DataSource],[Column] in Split(TextInput1.Text,", "))
In the above case, the delimiter is ", ", but that can be changed to anything you like.
Hi @t1agow,
Do you want to filter the Gallery using strings?
Could you please tell me that if these strings appear in a same column?
Actually, if the Car,Boat,Airplane,etc.. belongs to a same column, I think you could directly filter the Gallery using the strings you paste in the search box. You could use the following formula setting for the Items property:
Filter(Product,Description in Searchbox.Text)// Description column includs the strings I paste in the search box
@v-qiaqi-msft Thank you!How can I resolve the issue of delegation against sharepoint items in this case?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 70
WarrenBelz 64 Most Valuable Professional
Kalathiya 36 Super User 2026 Season 1