What is the default EnumList item separator in AppSHeet?

Good day, friends. I wanted to ask you about something I'm unsure about (although I think I know the answer).

In an EnumList-type column, the "Item Separator" is empty by default. However, in our databases, it usually ends up being a comma. My question is:

What is the default result?

  • " , " (comma with spaces on both sides)
  • "," (comma without spaces)
  • " ," (space, then a comma)
  • ", " (comma, then a space)

I hope I was able to explain myself clearly.

My question arises because I would prefer, in my case, not to change the "item separator" and leave it as the default setting, without modifying the native configuration. However, I want to keep this in mind for any future modifications I might make.

They might say, 'Just try adding two or three records and you'll see,' and they'd be right, but my question isn't about how I see the result in my databases, but rather how AppSheet has it configured by default  

Solved Solved
0 2 149
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5
2 REPLIES 2

Steve
Platinum 5
Platinum 5

space-comma-space

SPLIT()

Thanks a lot for the reply dear @Steve  I think it would be a good idea to make the delimiter visible by default for the enumlist type column. Thanks again.