user(pv!servicesDelivered.iss_analyst,"firstName")& " " & user(pv!servicesDelivered.iss_analyst,"lastName")Above is the code I have, simple user fuction to grab first and last name for user. Currently getting this error:
(Expression evaluation error at function 'user': Null argument not allowed) (Data Inputs)Any insight to why? Than you in advance!
Discussion posts and replies are publicly visible
Yes. The value of your field iss_analyst is null. You will need to add a null check using a!isNullOrEmpty().
Thank you!
Incase, requested by is mandatory in the email then we can't use null check. What other function can we use instead of null check.
??? The concept of "mandatory" does not exist in an email.
"What other function can we use instead of null check." ... to achieve what exactly?
The issue is resolved. Thank you for your response!