How to save a list of emails as users?

Hello,

I want to save a list of emails as a list of users in bubble. Basically want to have an input where I can add the list of users like

abc@123.com,
def@456.com,
ghi@789.com

and then click on a button to save this list of users to the database.

Here’s one way;

  1. Create a back-end workflow called create_user.
  2. Schedule this workflow on a list of texts (emails).
  3. For each email, create an account

This will create an account for each email in your list.

Thanks for the suggestion. The thing is, the users are already in my user database, I just need to link them in this other field which will have a list of users

Create a new field in this other thing you’re talking about that references a list of users

This topic was automatically closed after 70 days. New replies are no longer allowed.