I have been using some embedded Repeating groups. Is it possible to reference the parent of the parent of a cell? I have created an example in the forum app: https://bubble.io/page?type=page&name=nested_rg_s&id=forumapp3&tab=tabs-1
The heirarchy is User>List of Projects>List of Tasks and I am trying to list tasks first according to users, then by project.
Without being able to reference the “grandparent of a cell” I would list all the tasks of a project even if it is not the same user.
In my example, users can work on multiple projects and projects can have multiple users working on them.