How to create a custom message to show all unselected items in a multiple value in a column
Ctackett
✭✭
I am able to list everything that was selected in a mutiple value column in a custom message but, I need it to do the opposite. How can create a custom message to show what was NOT selected in a mutiple value column?
Answers
-
You would need to create a reference table that has all options listed. You could then use a JOIN/COLLECT to pull in all of the options from the reference list into another cell that weren't in the first one and use this in your automation.
=JOIN(COLLECT({Reference List}, {Reference List}, NOT(HAS([Multi-Select]@row, @cell))), CHAR(10))
Edited to correct typo.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives