I'm working in a flow using Dataverse connector and List Rows action.
I have two tables Appoint and Client
In the table Appoint the column ClteId is a LookUp column pointing out to table Client (many-to-one).
In the "Select columns" option of List Rows action, I want to declare columns from table Appoint and columns from table Client.
I've wrote down a FetchXML query. If I do not include in the query a link-entity reference everything goes well.
But when I include in the query the link-entity sentence the List Rows action is trying to retrieve from the server in a loop.
See attachments
Any idea of what is wrong?
Best regards