Replies: 0
I have 3 pods with a hierarchical relationship structure.
projects has a relationship to scope, scope has a relationship to lessons.
From lessons, how do I access the project id, when lessons don’t have a project id, it is the scope that has a project id.
so something like lesson.scope.project.id?