Hi
I just need to add some visibility for the button based on the user logged in
If(
!IsBlank(
LookUp(
WPP_IT_Top_risks,
VarTopITrisknames in Risk_name,
User().Email in LT_Owner.Email || User().Email in Risk_Owner.Email) || User().Email = "dorny@wpp.com"
),
true,
false
)
I have a tootle in my PowerApps form , I need to set the visibity based on the user logged in
I need to whether the user email is in list of Lt owner or the Risk Owner column aligned with the specified risk or else it matches with the email ID de@wp.com, if the user email matches any of these condition I want the button should be visible or else not visible
The above formula is not working for me could anyone please help me to fix the issue
Lt owners and Risk owners are person type column "Allow multiple Selection"
could anyone please helpme tofix the issue

Report
All responses (
Answers (