Sometimes, in a multi-select, values may require a comma without being split. How can I ensure that the text value is represented correctly, instead of being split into two values?
Use , wherever you want a comma to appear in the text value, and separate values by actual commas as usual:
,
Thank you, David and Mason, for helping me :)