:+1: for the sentiment here, but what the OP is running into is that Bubble has kind of an interesting optimization around database operations. When you “Create a New Thing”, the unique ID of the Thing is created client side and the values of the fields of the Thing actually do exist for that user’s session. However, the actual creation of the Things (back on the server) might be substantially delayed.

I’ve demonstrated this before in at least one video about List Shifter’s Iterate feature. (You can make a workflow that creates a Thing, iterate over it thousands of times and think that you’ve created thousands of things in the database in seconds, but of course these things will in fact take hours to create in the database, but they are very real as long as you stay on the current page.)

I think the bigger question is what the fuck is a “Button” and why is the OP trying to create 48 of them? They’re obviously doin’ it rong, but it’s hard to blame them as (whatever it is they are trying to do) there is no (obvious) iteration in vanilla Bubble.

@gs1, whatever it is you are trying to do, you are doing it wrong. You might best be served by opening a new topic called “OMG, I Came Up with This Completely Derpy Workflow That’s Obviously Wrong, Please Help” and then describe what it is that you’re attempting to do.

There’s literally, actually no reason to create 48 database objects that (AFAICT from your screenshot) represent “Buttons”.