I have an app where I want users to be able to upload a csv list that will create many single things and attatch them to a “mother list” after they are imported and created (based on my guide on what fields they should have and populate). The single things contains a “label” and " amount" field.
However I cant seem to find the proper workflow to be able to first create the single items that the csv list provides and then add them all to a named list of those things. Bubble only creates 1 item with all names crammed into the name field and the amount it just takes the first sum available.
Has anyone done something (what seems easy in thought) like this before that they can share some knowledge on?
I will dip in the thread and also pose another question which I’ve been wrestling with.
When you select the ‘upload .csv’ and choose thing type… That is what will create the necessary list of the appropriate things… You would add another step in your workflow which would then be add the previous steps list of things to the master thing which has a list field…
Now to my question… I’m pretty sure someone sponsored this function/feature… Whoever it was thank you
When uploading the CSV file regardless of instruction and guidance to a consumer/user they may well make a faux pas or and simply too many items in the CSV… From what I can tell if there is an issue in the number of items bubble rejects it and understandably so but there doesn’t seem to be an indicator or at least some form of feedback whereas with the column headings there is.
Is there any way to provide a graceful notification if for example there are too many lines in the CSV file
When the list is too long (er, too many rows in the CSV), an in-browser message pops up. Though are you looking for some other action? (Ie. suppress the browser error message and display a custom message).
interesting… I don’t seem to get that notification… ive actually tested it several times on different browsers… I do however get notifications when the heading is incorrectly specified… I shall keep checking thank you
haha, okay same. What are you currently doing to get around it? I mean… there has to be something better than my users emailing me the file so I can manually upload on the back end… right?
For users looking to do a larger upload, I have a popup modal that guides them to upload the file (via a fileuploader). In turn, it send me an email with a link to the file and the customer details so I can do the upload through the Bubble editor.