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
[ ] 💥 Internet Explorer
[X] 💥 Microsoft Edge
[X] 💥 Google Chrome
[ ] 💥 FireFox
[ ] 💥 Safari
[ ] mobile (iOS/iPadOS)
[ ] mobile (Android)
[ ] not applicable
[ ] other (enter in the "Additional environment details" area below)
Additional environment details
browser version
Edge Dev: 114.0.1807.6
Chrome: 112.0.5615.138
SPFx version
N/A
Node.js version
N/A
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.
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
SampleColumnFormatterTriggerFlowJSON.txt
Expected behavior
The string value in the "headerText" should be visible to the user in the flow run panel.