What's the easiest way to clean up junk data or sandbox some users?

I have presentations to make where I want all the people in the audience to become LIVE users of my Bubble project with real accounts in the real Bubble app.

BUT, I’d also like to walk them through the app and show them how to use it while in the presentation.

Right after the presentation, I’d like to delete all the junk data we create, but leave their accounts, so they can use the app.

What’s the easiest way to do this?

Hmm. Good question. Here are some options to consider:

  1. Present in the development version and then give them access to the live version only. So test data is ever only in the development version.

  2. Create a workflow in an admin page to purge the data you want for a specific user. Then you can use the live version. Just need to be very careful.

I personally would go with option 1. :blush:

Thanks for the response. I ended up settling on #2. I’m just going to tag the Users in the classes with a “student” tag, then do the workflow as you suggested to just blow out all the practice data (every singe database entry) from every student in the class who has the “student” tag as yes. This can be done with the press of a single button on my end at the end of class, leaving them with fresh, new accounts to use for real.

1 Like