Hi everybody,
I'm currently developing an app and having trouble with checking two SPL.
I have one SP-list "Managers" that contains users that have to complete a certain task every year.
In another list I keep track on who completed the task in the current year.
The lists look like this
"Managers"
| Id | Name |
| 1 | John |
| 2 | Jane |
| 3 | Steve |
"Task_completed"
| Manager_ID | Year |
| 1 | 2020 |
| 2 | 2020 |
| 3 | 2020 |
| 1 | 2021 |
Now I want to find out who did not complete the task in a certain year. For example, for the year 2020, the result should be empty, because all three managers completed their task for 2020. For 2021, the result should contain Jane and Steve, because only John did his work.
Is there any way to realize this using Powerapps?

Report
All responses (
Answers (