I am quite new to bubble but slowly finding my feet. I am struggling on one aspect though and would really appreciate your help.
So I have an activities table. In that table I have a user_waiting field (list of users), user_approved field (list of users), user_extra field (list of users)
What I would like to do is create a workflow to add a user to any of those 3 lists by clicking on a button in a repeating list of users.
The above are the tables I have and also an example of what I am looking to do.
So when the user clicks on the flag (just an example icon) in the users repeating group, it adds that user to the Users waiting approval repeating group on the right.
I cannot find the option to do this, I am going around in circles.
The Users awaiting approval RG should have its data source set to activity.activity_waiting and then the workflow for the flag icon is a âMake changes to a thingâ. The thing you will change is the activity in question, and the change is activity_waiting add Current Cellâs User.
You will need to know the Activity you are adding users to âŚ
Then when you click the flag you do a âMake changes to a thingâ ⌠select the thing you want to change (in this case the Activity) and then select the List you want in the âChange Another Thingâ box.
Use the âAddâ function to add the âCurrent cellâs Userâ.
Thank you both for your replies, much appreciate. When I click âmake changes to a thingâ I donât get the option for an activity as the icon is in a âusersâ repeating list?
So you would not use the âMake changes to a listâ action. You would use the âMake Changes to a Thingâ action, the type of thing youâre changing is an Activity. Then, in the field to modify, you would select the User List, then use the âaddâ command, then select the user.