Two data types displayed in Group focus inside RE that’s inside RG

I have two main data types I’m using on a project details page, “project” and “user”. In the project data type, I have three lists of users, which are “Admin”, “Member”, and “Guest”. If a user is set as a member, they show up in my repeating group of members on the project details page. I want a group focus to show when they click on the user’s role in the repeating group, and I want them to then be able to change the user’s role or remove them from the project.

For the flow of data on the page, the page is a “Project” data type, and the repeating group is pulling the list of “Users” the are in the “Member” list for the project. I have a repeatable element in the repeating group that is set to data type “User”, and this pulls up the info for the user in the current cell.

The issue is I can’t seem to set the current page project inside the repeatable element, since it’s inside a repeating group. I’ve tried custom states, get path from URL, Orchestra plugin, Satellite plugin, and workflows, but nothing is working so far.

I want to be able to remove or add to the project’s three user lists, i.e. “Admin”, “Member”, and “Guest”, for the current cell user.

I’m sure I’m just misunderstanding some step in the process, so any help would be greatly appreciated!






Hello @matt63 welcome to the community!

Seems that you are passing a user to the reusable element. If this is what you want to do then you have to search for the project where the user is a part of. It seems that a user does not have one unique project that they can be a part of which is perfectly fine. Just locate the project where the user is a part of.

This topic was automatically closed after 70 days. New replies are no longer allowed.