Hi everyone,
I am trying to set the display mode of a button based on the current users name in the SharePoint list and his status as allowed. Please find attached screen shot of my app and SharePoint list.
For example current user is funfunny, so display mode should be activated to edit only if funfunny is in SharePoint list (App Permissions) , and allowed to access.
what i have tried to use
IF( User().Fullname in Filter( 'App Permissions', StartsWith( Allowed, " Yes")), DisplayMode.Edit, DisplayMode.Disable)
it doesn't work, any other solution for this task.
Thanks
Shoaib

Report
All responses (
Answers (