Hey everyone,
I am having trouble using Power Apps Collections to extract data from Dataverse for Teams. More precisely, I have a table Demandes (parent) that is related to a table Article (child). When I try to collect the Articles of a specific Demande (say, the first row), I have the following:
ClearCollect(Test; First(Demandes).Articles)

However, if I use the ShowColumns function (as a workaround), it seems to work much better:
ClearCollect(Test; ShowColumns(First(Demandes).Articles;"cr9a3_codefranchise";"cr9a3_numeroteinte"))

Am I doing something wrong? Or is this normal?
Thank you for helping me out. Have a nice day!