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
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives