Hello
I have a gallery that I want to filter if it is a user of my sharepoint list so that he can only see the information or appears his mail pro
If(HRManagerEmail = User().Email;Sort(BdMs_New;Nom;Ascending);Filter(BdMs_New;'Email pro'=User().Email))
but at the same time I want the emails filled in in my variable userManager and HRManagerEmail in onstart of the app can see all the records.
Set(
_requestTypeFilter;
"All"
);;
Set(
MusarUserEmail;
User().Email
);;
Set(
userManager;
Office365Users.ManagerV2(userEmail)
);;
Set(
HRManagerEmail;
"jacques.donzel-gargand@sdis74.fr"
);;
Hoping to put made understand 😁