I’ve a page with a RG Users. On each user card, a button to display a popup with User details. In this popup, I would like to display the User’s skills. (Skills are listed in an option set).
The popup well display user data (name, photo…) but I cannot find a way to display skills titles in a rg inside this popup.
The RG inside the popup should have a content type of ‘Skill’
The data source for this RG should be the parent group’s User’s Skills (the popup’s User).
You’ll use the element action ‘Display Data’ when the button is clicked in your user repeating group, to set the datasource for the popup (the popup should have a content type of user).
Then, in the popup. have a text inside the repeating group for skills, to display the current cell’s skill’s display.