Hello,
I have flow set up using the trigger "for a selected item". To trigger this flow I have added a button in one of my SharePoint columns using JSON formatting. This has worked perfectly for months and has recently stopped functioning all of a sudden.
Does anyone know if there has been a change to the CustomRowAction of ExecuteFlow that might have broken this?
For the purposes of this example, I have replaced my Flow GUID below with 00000s.
{
"elmType": "button",
"style": {
"border": "none",
"background-color": "transparent",
"color": "#0078d7",
"cursor": "pointer"
},
"txtContent": "Email Coordinator",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"000000-000000-000000-000000\"}"
}