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;
Create a back-end workflow called create_user
.
Schedule this workflow on a list of texts (emails).
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
johnny
June 11, 2024, 2:19pm
4
Create a new field in this other thing you’re talking about that references a list of users
system
Closed
August 20, 2024, 10:04am
5
This topic was automatically closed after 70 days. New replies are no longer allowed.