Skip to main content
Hi,

I have created a k2 process and part of it involves a List Event which updates values in a SPS list.

I have been using the wizard to assign the process data to list columns, but now I want to assign a number of process data fields to the same list column.

ie

Process Data - Name; Address, Tel No.

Then assign these three process data fields to one list column called Details.

Does anyone know the code involved?

Thanks
When you run the SPS List Event template, it allows you to specify more than one datafield for a SPS List field. You can also add "hard coded" values inbetween values, i.e.
[{K2.ProcessInstance.DataFields("Product Name").Value}] - [{K2.ProcessInstance.DataFields("Region").Value}]

Reply