I am building an admin panel that has a function that allows the admin to delete a user.
I have a repeating group that lists all the current users in the DB. Each has a “Delete” Button by them. When the button is pressed, a popup appears and asks “Do you really want to delete user XYZ?”
How do I get the current cell’s user to load into the popup?
I have the display data passing Current Cell’s User to the Popup, but when I am trying to put like “User XYZ” on the popup, it doesn’t give me an option to use “Current Cell’s User’s Username” or anything.