Question: Choice Component (allow selecting multiple)

It’s been quite a while since I made this one, so I had to go back and look to see how I set it up. What I did is as follows:

  • Convert the selected tags to an array with a split text column
  • Do the same with each items tags
  • Use a remove elements column to remove the selected tags array from the item tags array
  • Do a rollup->count on the resultant array
  • If the count is zero, then the item matches all selections
  • If the count is less than the total number of tags, but greater than zero, then you have a partial match

If you want a copy of the template, you can get it below:

2 Likes