I have a Gallery which is displaying Parent Table (Absences)
Inside for every row I created a detail Gallery which shows Record From a Child Table (Absense Approvals)
So far it looks easy, I use this formula in the child Gallery:
Filter('Absence Approvals', 'Absence Approvals (Views)'.'All Absence Approvals', Absence = Future_Vacations_Gallery.Selected)
But I get the error of "This formula creates a circular reference between properties.
I don't know, it looks like a bug, cause I am not referencing this Gallery I am referencing the parent one.
I even tried to store the value of the selected Item from parent gallery in a variable and try to lookup here, But I have no idea how to do that, since this is a LookUp column and I failed filtering it.