Running into an issue trying to load a .csv file whereas one of my data fields is set to a list of numbers. The problem is that some things have only one number in this data field while others have two numbers. Must a list of numbers contain more that one entry separated by comma?
Thanks for your efforts. I, too, can upload the list values directly via the backend. However, I want the user to upload the file via the UI using the workflow action… “Upload Data as CSV”. This procedure produces the error when any one of the list field items contains just one value. Seems kind of nuts to me since a list can sometimes contain just one value.
So here’s what I have done. I added a workflow action to populate the list field after the import. Although this works, I now have to change my logic for other processes that rely on this data.
My question remains: why won’t the "upload data as CSV’ function in Bubble allow the user to upload a list field when, for some things, the list contains just one value?