Relation with Multi-Select Column

Currently using a Multi-Select Choice Component (Travel Type), which is connected to a Choice Column (Travel Type 1) and stores the selections as Choice1,Choice2,Choice3:

Screen Shot 2021-11-22 at 10.49.47 AM

I also have a relation thats finds all posts based on the Travel Type:

However, it appears that the relation is not liking the comma in between the choices as its comparing Choice1 to Choice1,Choice2,Choice3 and most likely coming back as not a match.

Any idea how to fix this so it finds all choices?

Split the column into an array, then it should work.

3 Likes

Easy enough, thank you! First time needing to use that column :smiley:

1 Like