Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created February 22, 2021 19:28
Show Gist options
  • Save expiscornovus/6ab57ec3fadd038284284a299b48f83d to your computer and use it in GitHub Desktop.
Save expiscornovus/6ab57ec3fadd038284284a299b48f83d to your computer and use it in GitHub Desktop.
Column Formatting Create Page Button
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"yourflowid\"}"
},
"attributes": {
"class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"
},
"style": {
"border": "none",
"background-color": "transparent",
"cursor": "pointer"
},
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "FileImage"
},
"style": {
"padding-right": "6px"
}
},
{
"elmType": "span",
"txtContent": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment