Skip to main content

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?

yes, there is.

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


Reply