Dynamic Modal Title?
I have a modal section that is referenced in two different sections in different stages. Stage A is where a customer service rep fills out notes and Stage B is where their Managers can write notes.
The flow action title was originally "Manager Notes" and I want the title to be "Service Rep Notes" when a customer service rep fills out the notes in that particular stage. This information is generated based on the short description of the flow action. Is there a way to change just the Modal Title when a customer service rep fills out the form without creating a new flow/ section?
I've tried to use a data transform or Activity in the pre-processing, but I can't seem to pinpoint what where to set the property I need.
@markB132 The best approach is to move the modal title outside of the modal template and render it inside your flow action.
If you open your modal template, you will see that it renders the modal header title and the close button using a Custom header pzModalHeader. If you instead use a regular dynamic layout with a standard header, you should be able to render any property in the title.
if you have 8.3 or higher, you can look at the rule pyFlexModalTemplate present in Theme-Cosmos:01-01 as an example