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?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!