Join Collect Formula not pulling contact info

I have a formula pulling contacts from one sheet to another that is working HOWEVER, it's not pulling them over as a contact with their emails attached and I have automations set up for email reminders and they won't be delivered because its not an email and just a name.
Both columns are contact columns btw and everyone's name has been added as a contact.
What am I doing wrong??
Formula and screenshots below for reference…
=JOIN(COLLECT({Participant Email}, {Module}, Module@row, {Modules}, Modules@row, {Start Date}, [Finish Date]@row, {Control ID#}, [Control ID #]@row), CHAR(10))
Answers
-
I think the Index (Collect) formula can fix this. Try the below formula:
=INDEX(COLLECT({Participant Email}, {Module}, Module@row, {Modules}, Modules@row, {Start Date}, [Finish Date]@row, {Control ID#}, [Control ID #]@row), 1)
-
PERFECT!! This saved me, thank you! How do I make it so it pulls multiple contacts if that is the case?
-
I have the exact same problem (using Join to list multiple contacts) please advise!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!