Skip to main content
Nintex Community Menu Bar

Get ID from Lookup result

  • July 19, 2017
  • 5 replies
  • 55 views

Forum|alt.badge.img+13

This seems like an obvious one but as yet I've not found the answer. I have a List Lookup control, when an item is selected I want to get the ID portion of the result (14;#Some Text). ParseLookup allows me access to the value, but what about the ID. I can't use substring as the ID length will vary as time goes on. Seems like it should be an easy on this!

TIA

5 replies

Forum|alt.badge.img+9
  • July 19, 2017

Hi Ryan,

You will get IDs by using

parseLookup(YourListLookupControl,False)

Kind regards

Manfred


Forum|alt.badge.img+16

did you not look through the ‌?  happy.png


Forum|alt.badge.img+13
  • Author
  • Novice
  • July 19, 2017

Didn't appear in my search results sad.png


Forum|alt.badge.img+16

well that sucks!


Forum|alt.badge.img+2
  • Rookie
  • February 18, 2019
And how can I do that with a mulitple lookup Control?