Hi,
I have a button in my gallery (connected to SP List) ... I want to show the button if the current login user is Project Manager (Project Manager is people Picker column in my SP List)... I used the below condition on the visible property of the button ...
However I am not able to execute this .. its giving me a message that "This formula uses scope, which is not presently supported for evaluation" ... please help me on this. ....
If(ThisItem.PROJ_QE.Email = User().Email, true, false)
PROJ_QE -- Project Manager People picker column.