Hi all, can somebody tell me how to display data of one selected item of a repeating group in other page please? I mean, the selected item of the repeating group is “Jon Ruler”. So when I click on “Jon Ruler” I go to a new page with more information about him. I can’t figure out how to link the two pages with “standard” data and the “selected” data.
Please, tell me step by step, I’m a newbe.
Thanks in advance 
Hi @ulrich_00132,
Assuming you are using the User data type, perhaps this will help:
On your selected data page, set the “Type of content” to User
On the click event of your repeating group on your “standard” page, set the destination to selected and Data to send should be Current cell’s User:
On your selected page, you can set all sorts of values related to the User by pointing to the Current Page User. For example, displaying the users email:
Looking to accelerate your app development?
Let me turn

into

Development through Coaching at https://uniqueideas.com or schedule a free intro session 
Ken Truesdale
LinkedIn
2 Likes
@mebeingken @NigelG You save my life. 