Hi everyone
I’m facing some issues related to ‘Bulk create things’. More info can be found here: Data API requests | Bubble Docs
The issues are the following:
My client can upload a csv up to 1.000 rows and then I convert it to JSON and make some find and replace manipulations so that I’m able to use the ‘Bulk create things’ with each line containing an json object. Right, that is done. I’m able to create those things for my client which often has many records saved in CSV format.
Then come some issues. First is that when I create those things in bulk create action within the workflow I do not know how to access within the workflow that list of things which we’re created and then I am not able to change, modify, add, remove, etc, or any operation whatsoever within the same workflow.
That is problematic because I need to access those list of things create. Also their “Created by” is empty so I can’t reference it immediately to a client who created them. So they are currently just created in the database but remains odd to access them, retrieve in the workflow, etc.
When I try to call “results of step x” which x is the bulk action it returns a text type parameter and not type = type of thing in the list of things created.
I am finding hard to resolve this issue. How is this problem managed? I’m sure there is a easy way to do it however I’m uncertain.
Thanks