Dynamic titles for assignment

Hi all,

In Constellation, we are looking to dynamically set the flow action title at runtime so we can add a property details into the title of the screens/menu. This label is derived from the Assignment Name OOTB.

Pre-Constellation this was easy with a field value style approach

We have attempted to use the same dynamic reference syntax {@P .Property} within the assignment label but that just returns “undefined” within the UI.

Any advice or thoughts would be appreciated

DynamicText in 25.1 helps to add dynamic Title

I checked on 25 and there is no way to hook dynamic text into that specific assignment label

You can add the Property name to show with dynamicText. Please check the orange box in below screen to insert the property name

Yes but it still isn’t possible to reference a dynamic text rule within the assignment label

@Phill99J you could use NewDefaults? I just tested it and it will override what is put in the assignment name with what you do in this activity.

I thought about this - but trying to consider localization too as this is for customer facing scenarios. Setting it here I would have to localize via field values I believe