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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!