Hi,
Lets say we have multiple 1:N relationships as follows: Entity 1 -> Entity 2 -> Entity 3.
I would like to have a Quick View Form of an Entity 3 Record on Entity 1 form.
For selecting what Record I want to display from Entity 3, I have the ID which I can use to point to the specific Record. This is given through a Logic App in Azure.
The question is how to add the Quick View Form of Entity 3 to Entity 1. Is this possible?
Thanks