Check if a particular value is present in a field's list of values
Hi Experts,
I have a "User" field having list of users. I want to compare the OSUser() with the "User" field if the OSUser is present in that list of users or not.
e.g.
if OSUser()= domain\xyz and xyz is in user list then flag it as 'Y'
if OSUser()= domain\def and def is not in user list then flag it as 'N'