I keep getting the error “there was an issue retrieving the list. Please try again…” when trying to perform a bulk operation on 2,000 items of the database.
I set up a backend WF that runs on a DB thing that has 2,000 items. The only step of the WF is to change one field to the value 1. Also, I enabled a capacity boost (i’m on the legacy pricing), but that doesn’t help.
Does the DB thing have a list of 2000 items? Are you running the bulk on one item or 2000 items?
In bubble its best practice to avoid lists that have more than 100 items. I personally avoid lists when i expect them to exceed 50. It would be best to set up a link field on the items that links to the parent thing.
Given that they run server-side, I’d suggest doing what you can to ensure your machine has the power to retrieve the list (closing other browser windows / applications, restarting the machine, running the workflow on a more powerful machine if you have access to one, etc)