Accessing Data from a Repeating Group that Triggers a Popup

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?

before you show the popup in the workflow go to element actions → display data and select the popup and display the current cell’s user or whatever user u want to show then in the other workflow when you call the parent group’s user it should refer to the correct thing.

This video illustrates a similar concept I think:

Thank you so much, this worked great!

1 Like

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