User Profile
ful562045
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
SharePoint Json button
Hi i have this code for a button in a sharepoint list, and i want to add something into this code so that only certain users the button will appear for and others it will remain hidden from view. is this possible { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "button", "txtContent": "Notify IT", "customRowAction": { "action": "setValue", "actionInput": { "Status": "With IT" } }, "style": { "background-color": "Red", "color": "white", "visibility": "=if([$Status] == '','hidden',if([$Status] == 'IT Approved','hidden',if([$Status] == 'With IT','visible','hidden',)" } } ,1.5KViews0likes1Comment
Groups
Recent Blog Articles
No content to show