Hello,
I am a new intern in my company, and I was asked to make changes to one of their already existing apps on Power Apps. I don't have much experience and their app is already very complete so it's hard for me to understand all the logic. Thank you in advance for your help.
I need to modify the existing filters so that they can allow multiple selection. One of the filters is for example "Investment Reason" and the values are "01 Capacity", "02 Productivity", "03 Quality", "04 New Products"...
In the "SelectMultiple" parameter I changed it to 'true', and I can actually select multiple criteria. But when I select for example Capacity and Productivity, Productivity overwrites Capacity and I only have results with Productivity. What can I do to have both criteria?
For information :
- we use SharePoint tables
- the Items of the combobox are values: ["01 Capacity", "02 Productivity", "03 Quality", "04 New Products",...]
- DisplayFields / searchFields = ["Value"]
- The results are displayed in a gallery and Gallery.Items = RequestsCollection (collection in which is listed the "Investment_Objectif" table whose values are "01 Capacity", "02 Productivity", "03 Quality", "04 New Products". ..)

