Hi,
I am new to Power Pages and I am looking for a possibility to do the following thing:
I have to tables: "Project" and "Team". The Project Table has a "ProjectID" column that is related via a 1:n relation to the "Team" table. So it has to purpose to show which team is associated to which project.
Now I want to build a power page and do the following stuff:
- I want to select a row from the "Project" table
- I want a second table to show all teams associated to the ProjectID
What is the best way to achieve this using power pages?