So guys I need your big help for this
So here you can see a dashboard of a doctor that needs to see the information of the users. These information are answers of a survey that are saved into the Database as follows:
- User - data type
- Name (text)
- Surname (text)
- Answers (answers)
- Answers - data type
- User (User)
- Answers of survey (List of text)
- Questions - Option set
- Question 1
- Question 2
- …
At the moment I was able to create the dashboard with the relative repeating group and information inside.
I was able to create the pop up that is taking the info from the repeating group.
But I am not able to link the information of each singular row to the popup! Each pop up should contain the info of that particular row.
How can I do it?