User Profile
SylvainJ
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Show a button on List View only on condition
Hello everyone, I'm using JSON to change the list view, i would like to improve my code to show a button (called "En savoir plus") only when there is an attachment to the list item but i don't find the right operator. Anyone can help me ? Here is my code : { "schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "hideSelection": true, "hideColumnHeader": true, "rowFormatter": { "elmType": "div", "attributes": { "class": "sp-row-card" }, "children": [ { "elmType": "div", "style": { "text-align": "left" }, "children": [ { "elmType": "div", "attributes": { "class": "sp-row-title" }, "txtContent": "[$Title]" }, { "elmType": "div", "attributes": { "class": "sp-row-listPadding" }, "txtContent": "[$R_x00e9_ponse]" }, { "elmType": "button", "customRowAction": { "action": "defaultClick" }, "txtContent": "En savoir plus", "attributes": { "class": "sp-row-button" } } ] } ] } }1.6KViews0likes1CommentOne Drive and Renaming Organisation Name
Hi everyone, We are facing a problem of too long url on files inside Onedrive folders, one of the reason it's when the organisation name has been set we used the full name of the company and it's very long so we thinking to shorter but i'm afraid it will makes onedrive having some issues. I guess i will have to uninstall and reinstall OneDrive on computers to have the new organisation name in the local path of Onedrive. Anyone already done ? Any suggestions ?Solved15KViews2likes6Comments
Groups
Recent Blog Articles
No content to show