Question
Expression rule error at function user()
I am using function, user(fv!row.userName,"email"). In this if the username is null I am getting the error:
Expression evalution error at function 'user': [InvalidUserException]
Is there any way to put validation that if username is null then it should not throw error or show like no valid email ID
