Hello,
I have an icon Visibility question. I want the editing icons to only be visible if the logged in user is the person who created the item. I already set up the SharePoint List level permissions that way. As it is, the icons are visible to everyone whether they submitted the item or not. If a user who didn't create the item clicks on the editing icon, the form opens up and they can enter information. When they attempt to save the changes, they of course don't go through because of how the SharePoint permissions are set. This creates a confusing experience which is why I want to hide the icons unless the logged in person is the either an app admin or the person who created the item. I tried the red formula, but unfortunately it isn't working. All users, whether admins (the isAdmin variable) or not can see the icons.
isAdmin || DataSourceInfo('Tool Design Support Requests',DataSourceInfo.EditPermission)
My next best guess is to leverage the 'Created By' value or Author (the internal name), but I get red squigglies no matter what I try.
(e.g. varUser='Created By'.DisplayName). If you could help me figure out what I am doing wrong I would really appreciate it! Thanks, Teresa
