The situation is that I have a Form filled with data from a Table. I want to be able to view related data from a related Table when a record in the Form is selected. As shown in the screenshot below, when clicking on the link in the column I want a pop-up shown with related data to that specific record from a certain table. I am trying to use View details
from the Form that is on the page. How do I query the related data and display it?
PowerApps portal list view related data to selected record
642 Views Asked by Elonas Marcauskas At
1
The way I approached this issue is by utilizing jQuery and the Dataverse API. Unfortunately, I do not hold access to the code that I wrote. But I will give a description of how I approached the issue from memory.
I remember having this work like a charm. Biggest issue was figuring out the Dataverse API, because they do not have the clearest documentation and not a big user base so it is harder to find help.