Hi Community,
I know that this question has passed here quite a few times, but even by reading them and trying to apply it's solutions, I don't get it to work.
Scenario:
I have a SharePoint list with multiple fields; Employee (Person / group) and Vacation Available (number).
In my PowerApp, I want to show the vacation days left for the current logged in user.
Solution:
- I created a collection OnVisible of the screen - ClearCollect(CollectionForBalances,LeaveBalance)
- I've added a label on the screen and inserted following formula - LookUp(CollectionForBalances,User().Email = Employee.Email,'Vacation Available')
The label returns nothing, a blank. I don't know what I'm doing wrong. Hope someone can shed a light on this.