
My apologies. being under a lot of stress with the solution. Is there a simple way to show a button based on a Login or Email?
Created - OnStart: Set(varUserEmail, User().Email)
The scenario:
John Doe created a SharePoint item (If John Doe1 login, it shouldn't show the edit button for John Doe)
John Doe1 created a SharePoint item (If John Doe login it shouldn't show the edit button for John Doe1)
Please let me know if I did not explain myself clearly. As always, thank you.
I resolved the issue. using the following formula:
If(Gallery1.Selected.'Created By'.DisplayName = User().FullName, true,false)