Hi
I'm making a holiday request tool and would like to add a way for the user to see the total number of holidays they have taken.
I have a label on my power app which shows the current logged in user:
Label 5.Text = Office365Users.MyProfileV2().displayName
My app is linked with a sharepoint list titled "Holiday Request Tool." I would like to add another label to my app, which looks through the sharepoint entries to find all entries which match the Label5 in the "EID" column, then adds together all of the values in the "Number Of Days" column. Screenshot attached of my Sharepoint list. The screenshot shows 2 requests from the same person for 6 days and 8 days holiday, so I would like the label in my app to return 14.
Can anyone help me do this please?
Thanks, 