Multiple selection not working when items are NOT adjacent in DYNAMIC FILTERS

Hola de nuevo,

here we go…

I’m going to use another version of my database to make some analogies with yours. Here you can see that I selected 3 different locations and the Filter showed 2 people with this criteria. Although you case might need 2 options, I show you a case with 3 options (up to 3 locations) to understand better the process.

This is the step by step to follow:

  1. Take data saved in your Service column (mine is called u_Location instead) by Choice component (multi selection) and create a new one based on it to have an array column.
    You must use Split Text type to get it.
    I called it u_Location[ ] but you can call your new column as u_Service[ ]

  1. Create 3 new columns using Single Value type in order to retrieve each value from u_Location[ ]. Keep in mind this column is an array and starts from 0 to 2 (3 items)

… This is how the 3rd column should look like.

  1. Ok… we almost finished :innocent:!

  2. Set your Inline List’s filters to work with 3 new columns created in step #2 using the includes condition. Your multiple selection should work fine from now on.

My Location column is equivalent to your My Specialty Service column

I hope it helps you @Katelyn_Alberts , let me know any problem if my explanation was not clear.

Feliz día!