I have a column in my User Table where users can select multiple attributes from a Choice Component (attribute1, attribute2, attribute3) to add their their profile.
I have Items Table where each item also has a column for attributes that were selected from a multiple choice component (attribute1, attribute2, attribute3, attribute4 and attribute5).
I want to display a component using a Visibility setting only when the Items attributes contains one or more of the User’s pre-selected attributes.
If ItemAttributes includes User → UserAttributes, display.
Problem is, I’ve tried to use Split Text, Joined Text, Make Array on both columns in each Table but seems like it has to contain ALL attributes as the component isnt showing.
Any tips?