< All Topics
Print

Json for button to open a item

{
“$schema”: “https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json”,
“elmType”: “button”,
“customRowAction”: {
“action”: “defaultClick”
},
“attributes”: {
“title”: “Click to enter data”
},
“style”: {
“border”: “white”,
“background-color”: “#CC0000”,
“cursor”: “pointer”,
“padding-left”: “0px”,
“color”:”#ffffff”

},
“children”: [
{
“elmType”: “span”,
“txtContent”: “Please confirm you have updated the site information before proceeding”
}
]
}

Previous Image with link
Next json for flow button on a form
Table of Contents