Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

ENUMLIST returning value without item seperator

Hi everyone,
I don’t know if it’s a bug or a mistake. I created a column type ENUMLIST. Referenced to child table of products that will return production step ID. Everything works fine until I sync the app. The enumlist have choice to select the desired production steps. Item seperator is a “,” and it writes perfectly to the Google sheet. For example. Step ID- 120,122,123 etc in sheet. But after syncing it’s returns value without item seperator 120122123. No idea what exact issue is. Please help

This is what it’s returning value.

It’s perfectly working inside Google sheet.

Table data is also returning value with item seperator.

Hope this is also perfect.

Solved Solved
0 4 186
1 ACCEPTED SOLUTION

Just use the correct delimiter, that’s all. The delimiter for an ENUMLIST is always in the format:
Space DelimiterCharacter Space
Example:
" , "
" | "
" # "
etc.

View solution in original post

4 REPLIES 4

The delimiter shall be " , " (space comma space)

Thanks a lot. Its working right now. But why does this happen ? How will i fix this issues in future ?

Just use the correct delimiter, that’s all. The delimiter for an ENUMLIST is always in the format:
Space DelimiterCharacter Space
Example:
" , "
" | "
" # "
etc.

Thanks a lot

Top Labels in this Space