We have several multiselect drop down columns in our sheets that get either exported to Excel or get sent to other systems via an API; when it exports or the other "systems" receive the data that field / cell (which has multiple items) will not separate the items by anything (not a comma, colon, space, etc.). WHY? The system it is then reading into (another database or report) makes it impossible for figure out what the field is. For example:
The field is Compound Name and the user selects:
Iron
Nickel
Bronze
Exports to Excel or API and it looks like this:
IronNickelBronze
HELP
😒