Using Appsheet API, I edit the records in my appsheet_db and I noticed that one of the columns, col_a which is an enumlist with item separator as “,” has some unintended behavior.
I pass this value in col_a.
app_1 - Development, app_2 - Development
But when I retrieve it back (GET), it returns as this value. (Extra space after Development.
app_1 - Development , app_2 - Development
Based on related articles:
Is this the intended behavior? Where the delimiter is always
space , space
where ,is the item separator?