List Lookup

  • 1 October 2015
  • 2 replies
  • 1 view

Badge +3

Hello,

 

Having some trouble with List Lookup.  Have a form where we have a list lookup feature that can have multiple values selected.  This has the potentially to exceed the single text limit of 255.  I have tried both the ID connected to, and the Text Connected to and either get the ID with the text, or just the text.  Trying to get just the ID.  Are there anyways of doing this?

 

Nintex Forms 2.4.0.0.


2 replies

Badge +17

Benjamin,

Funny those fields confused me at first also.  I'm looking into this to try and figure that out myself.  Will let you know what I discover.

Badge +3

Hi Benjamin,

I had the exact same problem.

My solution was to leave the field unbound. Then it gets stored in hidden field
(FormData) as xml

Then I used xpath xml query to extract the data. Then I had to clean up the
result, and separate the text values from the ID values.

Reply