I have just started learning Bubble and am creating a project management app and working on the dashboard where a user can edit members of their team. When they click “Edit,” on a member, a popup shows up.
They can either change the first or last name, or remove the team member entirely. When I went to the workflow for the “remove from team” button I noticed that the 'update a user’s credentials" action is only applicable to the user’s email and password, so I used the “make changes to a thing” action instead where I selected “parent group’s user” as the thing to change. After running this I realized that it thought I was referring to the parent group’s user within the currently visible popup, not the repeating group that was clicked on to initiate the popup in the first place.
Does anyone have any solutions for this?