hello ,
related to this question , create-many-to-many-relationship-with-custom-columns ,I want to create an app in power apps, respect
this pattern.
now in power apps, from the Intersect Table, I would get the list of id table 2 that they related to id table 1 (we say id table 1 ="tb1-1") , i do that with this request :
ClearCollect(
colltb2;
Filter(
Intersect_Table;
id_superviseur.'id-table-1' = "tb1-1"
).id-table-2
);;
But this request get the records don't the data value, so I should access to the details of this records how can do that?

Report
All responses (
Answers (