I'm trying to make an app for supervisors/directors at my work to be able to track the training done by their employees. I have a sharepoint page where I have two Lists: Departments, and Management.
Departments:
-Department Name
-Department Code
-Supervisor
-Director
Management:
-Course Title
-Participant
-Department Code
-etc...
The Management List gets the Value for Department Code from the Departments list
I have the first page OnStart grabbing the Current User with:
Set(CurrentUser, User())
To make sure the directors only see their Departments I'm using the code in the Data Items:
Filter('Departments', Director.Email=CurrentUser.Email)For the arrow to navigate to the next page that will display the Employees and their training:
Navigate('Department Screen', ScreenTransition.None)I'm now getting an error on this Department Screen page(where employees and training list exists), I'm using this code:
Filter('Management', "Department_x0020_Code" = 'Departments'.Selected."Department_x0020_Code")

Report
All responses (
Answers (