Hello,
I was following the Delegation documentation on this site. https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview
I am using the below formual to try to get the sum of the column called "Hours" on a sharepoint list. FieldITTracker is a SharePoint list. Date and User are both Text columns.
Sum(
Filter(
FieldITTimeTracker,
User in varUSERNAME And Date = Text(Today())
),
Hours
)
Any idea what I am doing wrong?

Report
All responses (
Answers (