Populating Profile Based on Click

Hi there,
I’m trying to create profiles which pull data from an entry a user clicked in a Repeating Group, for instance;
User clicks Tenant Name; Joe Bloggs > Loads profile page for Joe Bloggs including Name, Address, DoB etc > User then goes back to table and clicks John Doe > Loads profile page for Joe Bloggs including Name, Address, DoB etc.
But because these tables are in constant flux I need to be able to pull the data from Tenants based on the entry clicked. Could someone assist?

Please let me know if further clarification is needed on the task, thanks!

Hi @david.bell,
If you want to have a separate page for profiles, then:

  1. Create a new page ex “Profile”
  2. Make this page type content of User
  3. On Repeating Group Cell’s click, run “Go to page” with destination = profile and data to send = Current Cell’s User.
  4. On the page, if you want to ex. display that user’s name, address etc, reference “Current Page’s User”

Let me know if that helps,
Best,
Alan