Hello all,
currently I'm facing the following issue, I'm sure, there is an easy solution to this, I'm just really new to PowerApps so maybe that's why I cannot figure it out.
I have 3 different SharePoint Lists:
1. Contains columns Ability & Department
2. Contains columns Employee & Department
3. Contains Columns Ability1 & Rating 1 & Ability 2 & Rating 2 & Ability 3 & Rating 3 & Departments & Date
All four columns are text columns, besides the Date column.
Now every department may have multiple abilities, every ability is only linked to 1 Department.
Every Employee is linked to 1 Department.
What I've got so far:
When starting the PowerApp I'm capable of choosing the employee, then the Department, which filters a Datatable for the abilities that are required for that Department.
Now I want to get the latest rating on each Ability to be shown next to that ability on the Datatable for that specifically chosen employee.
Problem is my lookup functions don't seem to work, my current attempt is:
LookUp(3;Abilities shown in Datatable.Text=Ability1;Rating1)
I'm happy for any advice, thanks alot!
Best regards
Tim