Getting Display Name after a lookup on a Nintex Form?

  • 6 May 2016
  • 1 reply
  • 1 view

Badge +8

I am doing a lookup on another list in my Nintex form in a calculated field:

lookup("LOB Approver","ID", LOB Approver Lookup, "Reviewer Name")

It works but the problem is that it is returning something like:

25;#John Smith.    Is there a trick to get just the name?


1 reply

Userlevel 5
Badge +14

yes, there is.

you will need something liek this:  parseLookup( lookup("LOB Approver","ID", LOB Approver Lookup, "Reviewer Name"), true)

Reply