In the context of column formatting in SharePoint, it is currently possible to trigger a Flow using the "action" : "executeFlow" in customRowAction of a button element. This is documented here https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#create-a-button-to-launch-a-flow
Documentation and accompanying examples only show actionParams containing a escaped JSON with a single id attribute. Can other values be passed to actionParams, enabling parametrized execution of flows?
"customRowAction": {
"action": "executeFlow",
"actionParams": "='{\"id\": \"11441f46-d8eb-4137-9c7e-a085"}'"
}
Note: since this is a question I omitted the sections Steps to reproduce etc.
Category
In the context of column formatting in SharePoint, it is currently possible to trigger a Flow using the
"action" : "executeFlow"incustomRowActionof a button element. This is documented here https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#create-a-button-to-launch-a-flowDocumentation and accompanying examples only show
actionParamscontaining a escaped JSON with a singleidattribute. Can other values be passed toactionParams, enabling parametrized execution of flows?Note: since this is a question I omitted the sections Steps to reproduce etc.
Category