I currently have a nested gallery where the nested gallery needs to be aware of the columns of the item of the parent.
The structure may look something like this.
The hours text input box will get it's information from a Filter() from another table, where the ID of both the parent item and the child item in the galleries are needed. The parent being the TaskID and the child being the PersonID.

Is there something like, ParentItem.ID for galleries because it seems the only thing I can access seems to be Parent.AllItems which is not what is needed.
Thanks