Question

pxtasklabel dynamic in work flow
Is there any way to dynamically change the pxtasklabel of the assignment? We want to show the approved role as part of this pxTaskLabel. This changed based on a business rule.
-
Like (0)
-

@JasmineM4474 You can try setting Param.CustomTaskLabel in the incoming connector to the assignment. We have done that to dynamically change the assignment name.
Regards
Bhavya

@JasmineM4474 You dont need to add "Param.CustomTaskLabel" as assignment name. Below configuration works for me.

Hi @JasmineM4474, you can try this once, it works for dynamic flow action's name so maybe it'll work for your scenario too:
As you have mentioned the pxTaskLabel as "Capturing1" create a field value by the same name & in that field value you can refer a property using {.PropertyName} and that very property can be conditionally set by you according to your pre-defined logic.
Hope this helps!
Thanks,
Saurabh.

Hey @JasmineM4474, did you create the field value as "pyCaption". If not, can you please try it once and see if it changes anything.

@SaurabhG7134 I tried field value as pyCaption only. Please find the screenshot attached.

@JasmineM4474You can extend NewAssignment DT or NewDefaults Activity in Assigment- to set pxtasklabel of your choice