Skip to content

Schema for the actionParams JSON #4251

Description

@haschdl

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

  • Question
  • Typo
  • Bug
  • Additional article idea

Metadata

Metadata

Labels

area:docsCategory: SharePoint developer/development documentation relatedarea:list-formattingCategory: View, row & column formatting with JSONarea:powerautomateCategory: Power Automate / Flowstatus:answeredAnswer to a question.type:questionQuestion... if answered, will be tagged as such.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions