
Announcements
Hi all,
I followed Reza video to create multi select checkboxes based on a SP choice field as gallery.
I now want to filter or search this gallery by the name of the choices but it does not work.
Search(Choices([@QuestionnairePowerApp].TestBusinessObjects),Checkbox1.Text, EndsWith(Checkbox1.Text,"PSD"))
Not sure if this is even possible?
Hi @xxYYxx,
You could use a filter on the value of the choice.
Below is an example of that.
Filter(Choices([@ChoiceList].Company), Value = "Microsoft")
1. Before filtering
2. After filtering