Template Parameter String

0
I am wanting to add an attribute “Order ID” into a workflow user task name.  In other parts of Mendix, I can add in that attribute as a template parameter.  However, it will not let me do this because it says it has to be a string.  Is there any way around this?  
asked
1 answers
0

You can use the toString function for this. 

https://docs.mendix.com/refguide/to-string/

answered