SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.25k stars 1.01k forks source link

headerText is not shown in the flow run panel #8941

Open PeterFlops opened 1 year ago

PeterFlops commented 1 year ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

Declarative list formatting

Developer environment

None

What browser(s) / client(s) have you tested

Additional environment details

I've been able to replicate this issue on two different tenants.

Describe the bug / error

When utilising the executeFlow customRowAction, the value passed to the flow run panel through the actionParams via the headerText parameter is not showing in the panel correctly.

The string value is passed to the panel, but the panel formats the text in a way that it isn't visible to the user.

Related documentation: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/formatting-syntax-reference#customrowaction

Steps to reproduce

  1. Create column in a list
  2. Format column with "executeFlow" customRowAction and provide a value via the "headerText" parameter in actionParams (attached sample formatting JSON)
  3. Click on button
  4. Panel will appear but with headerText missing

SampleColumnFormatterTriggerFlowJSON.txt

headerTextHidden

Expected behavior

The string value in the "headerText" should be visible to the user in the flow run panel.

ghost commented 1 year ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.