Hello everyone,
I have been recently trying my hand around the new Power Apps editable grid and I'm currently facing an issue : I'm trying to filter a lookup based on the selected record on another lookup (Filter by related record), I currently have the following setup :
I have a table Specialisation where each record can be a parent or a child.
The parent field is a Lookup on the table Specialisation as you can see here :
specParent1 has 3 children : specFils1, specFils2 and specFils3
specParent2 has 2 children : specFils4 and specFils5
The thing I wanted to achieve was the filtering by related record that was previously implemented in the old editable grid like this, meaning that if I select a parent in specialisation only its children will be displayed in sous-specialisation :
In the old grid it's working perfectly fine but once I try to replicate this behaviour using the new grid with a rather similar setup, all the content of the Specialisation table gets displayed instead of the filtered values I'm looking to get :
If any of you have any idea how I could fix this, I'm eager to hear your suggestions
It might just be a bug, after all it's still in "preview" but since there's not much documentation available at the moment and since I'm rather new to this environment I want to make sure that the issue isn't coming from my side or if I'm missing some parameters !
Arnaud