Filtering more than 1 option with multi-dropdown

Hi, I use multi-dropdown to filter things in repeating group where I do a search for basing on the multi-dropdown’s value. The problem is that I had dynamic expression like ‘Thing = this multi-dropdown’s value first item:’ but ofc it won’t work in the case of filtering things by more than 1 option, so what expression should I use in that case? I don’t see any like ‘each item:’ instead of ‘first item:’ so what would you recommend? Thank you.

Check out this video: https://youtu.be/ZHbuVBwThqw?si=pRfbgFdULX8esRpp

Thank you!

One more thing, I can’t do ‘intersect with’ what should I do in this case?
in range _ Bubble Editor – Brave 09.10.2023 14_13_10

I’m assuming This Offer’s Offer Country is NOT a list and is an value from option set…

Intersect with is really only for lists. For this you want to check if This Offer’s Offer Country IS something else.

Yeah, ‘offer country’ is not a list. Is there any other way I can achieve this with ‘offer country’ not being a list?

Check if Offer Country IS IN the list.

Offer Country is a data field type of an option set. I don’t really know what you mean by ‘is in the list’.

What are you trying to do here. If you have a multi select dropdown with a bunch of these offer countries and you want to check if the offer country of the current item is one of the offer countries in the dropdown’s list then you have to check if the current offer country IS IN the dropdown’s list.

Okay, now it works here’s what I did. Thank you for help.
in range _ Bubble Editor – Brave 13.10.2023 10_51_48

1 Like