Subject: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)
JobTitle is a Text List field but the values will only show as multiple values if they are separated by a carriage return (or some other separator honored by that field), which the user likely entered when they added their Job Title to the field. Remove the carriage return and it should work.
Subject: RE: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)
try using @dblookup and see if you get the same result. maybe it’s a bug.
I went into my person doc and entered a long title so it went to 2 lines and after saving it showed as a single value. I then went in and put a carriage return in the middle and after saving it appeared as 2 entries, working as designed.