Hello, i'm new to power apps and am trying to set my form to show data for whomever the current user is.
I start by declaring a variable on start Set(varUserName, User().Fullname);
and the filter i am using for my form is. Filter('New Hire Data', 'New Hire Data'.Name = varUserName.
When i run my app i get no items to display, even though i have my self entered into the sharepoint list that this is connecting to. any idea what i could be doing wrong here?
I start by declaring a variable on start Set(varUserName, User().Fullname);
and the filter i am using for my form is. Filter('New Hire Data', 'New Hire Data'.Name = varUserName.
When i run my app i get no items to display, even though i have my self entered into the sharepoint list that this is connecting to. any idea what i could be doing wrong here?