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! Go to Solution.
Just use the correct delimiter, that’s all. The delimiter for an ENUMLIST is always in the format:
Space DelimiterCharacter Space
Example:
" , "
" | "
" # "
etc.
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
User | Count |
---|---|
35 | |
11 | |
3 | |
3 | |
2 |