A saved search formula with `{nextapprover}` (an ...
# general
e
A saved search formula with
{nextapprover}
(an employee reference) shows the entity id instead of the name. Any workaround to get the employee's name?
a
Did you tried: {nextapprover.name} ?
e
Yep
ERROR: Field Not Found
Same with
firstname
nextapprover.email
works 😩 but nothing with a name
j
try {nextapprover.altname} and {nextapprover.entityid} hopefully one of those should get you what you want. When I'm having trouble with a field, I use the dropdown selector and look through what they have there and then see what it spits out in the formula so I don't have to go hunting in the interminable dropdown of fields next time.
e
{nextapprover.altname}
works, thanks @James Morris