JOIN DISTINCT COLLECT or JOIN INDEX COLLECT w/ Multi Dropdown List

Hi,
I want to return the "Assigned to" contact for the "Assignee Role(s)" selected in a multi-select dropdown list.
Here are the formulas I've tried so far:
JOIN(DISTINCT(COLLECT({Project Settings - Team Members}, {Project Settings - Contact Role}, CONTAINS([Assignee Role]@row, @cell))), ", "))
JOIN(INDEX(COLLECT({Project Settings - Team Members}, {Project Settings - Contact Role}, CONTAINS([Assignee Role]@row, @cell)), 1), ", "))
Answers
-
We currently cannot use a formula to string together multiple usable contacts within the same cell. We can pull the contacts together as a text string, but you will not be able to use it as a contact type data for filters, automations, etc.
-
@Paul Newcome I'm ok with it not returning the actual contact info. As long as the text string of the name returns - it's good.
-
-
The HAS function seems to only return the first value it finds. However, in this scenario, there could be multiple Roles selected, which would require multiple names in the contact column.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!