Hi,
I am trying to build up a string from a list of data fields in the process, these fields are: JEP_Title, Town, Province, and then also the ProcessOriginatorName field from the the process instance data. I want the final string to look like this:
ProcessOriginatorName: JEP_Title (Town, Province)
I have tried using the Join function in k2 but I can't seem to get the value lists right, since in the wizard I need to use the expression builder cause the values field won't let me construct a list there. How do I go about creating the above string? I assume it will be a couple of nested Joins.
The big issue I have is dragging the data fields into a wizard field just clears whatever is already in there.