Good day.
I am new to PowerApps and would like some assistance.
I am trying to set the visibility of a container with the following:
If(ListName.Email = User().Email, false, true)
Where 'ListName' = the name of my SharePoint list with simple text emails.
But this does not work.
Any assistance would be appreciated. Thanks