Skip to main content
Nintex Community Menu Bar

Assigning Multiple Process Data fields to SPS List column

  • March 15, 2006
  • 1 reply
  • 6 views

Forum|alt.badge.img+1
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

1 reply

Forum|alt.badge.img+8
  • March 15, 2006
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}]