I would like to create 2 screens. The first screen presents data from Excel-table1. When I switch to screen 2 by selecting a record, I would like to present data from Excel-table2 related to selected record.
table1:
ID|name|email
1|Example|example@sample.com
table2:
ID|department|position
1|IT|Junior Systems Engineer
1|IT|Senior Systems Engineer
Screen1:
List of all employees
Screen2:
List of all departments and job positions of selected employee.
Is there a way to solve it with PowerApps?