Hi,
I have a Sharepoint list called Users that contains, fisrtname, last name, email & a series of yes/no columns that will be used to allow access to certain features.
Trying to allow access by using the visible parameter on an icon by using the following but it is not working
If(User().Email = Lookup(MySPList, ColD=true),true, false)
Thanks in advance for any assistance
Todd