@mbond For the multi-select drop-downs, that’s the typical display, with the selected items shown as a list separated by semi-colons.
Perhaps you would share a bit of context on what you’re trying to accomplish, and then we can brainstorm together on what solution might work for you.
hey @matthew_lind , thanks for your reply!
Yes, exactly, and I would like to have it shown not like:
but:
So in 3 rows. Do you think there could be a workaround to do that?
@mbond If you need them on separate rows like that, there’s one possibility, though I don’t know that I recommend it.
- You could create a net new field of Rich Text Area type.
- Write a rule to populate that new field based on the values inside the multi-select dropdown. In between each value, you could place the
for a line break. - Even then, Rich Text Area fields may appear with an ellipse, to click more.
- And Rich Text Area fields are typically hard to search or filter on.
Unless you’ve got a really impactful business problem that’s solved by splitting the text onto unique lines, it’s a fairly long road for a mediocre work-around.
I would argue this ask would make for a C360 great UI (CSM QoL) improvement story… as these fields are really difficult to consume in C360.