Condition: when DROPDOWN value (IS IN?) LIST's value

Hi all,

my DB has a item:

In my app is MultiDropDown where the user can select one or more items:

Now I want to set a condition on a element that displays a 10px bottom line, ONLY WHEN one (or more) items selected in the multidropdopwn are matching the db item’s list:

In this example the condition will be true if the user has selected “hessen” in the multidropdown menu.

any ideas?

many thanks ,
jupxi

Hey,

I would use the intersect function that bubble offers. Basically if list1 intersect with list 2 count > 0 then show the line

Hope it helps

1 Like

Best! Works perfect. Thanks a lot!