Hey,
I am trying to trigger a Flow to run from a SharePoint list column using the JSON below. It's a SPO list column that was formatted to look like a button to trigger the flow.
This only triggers the Flow if the flow 'lives' in the default environment.
Is this a known limitation?
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"txtContent": "Autorise Disposal",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \" [insert flow ID] \"}"
}
}
