Displaying a list of things in another list

I am building a quiz and I would like to allow a type of user(admin) to create a quiz with multiple-choice questions and preview the new questions entries in a repeating group. Based on the information that the type of user has inputted, I need to create another repeating group that acts as a searchable directory for quizzes that are viewed by another type of user(Member). But right now, the directory is showing the full list of question entries. How can I differentiate the two, where the directory only shows one quiz in each group of the repeating group?

@theblackcvrd

Options set “role” (admin user, regular user)

User
Name (text)
Role (role)

In RG:

When current user’s role is admin user
Data source: search without constraints

When current user’s role is regular user
Data source: search with constraints

1 Like