Hello,
How can I nest/connect the two condition with OR below:
and(!equals(Current User,"somethingname"),Is Edit Mode)
Or
equals(userProfileLookup(Current User, "PreferredName") ,Initiator)
THank you
Hello,
How can I nest/connect the two condition with OR below:
and(!equals(Current User,"somethingname"),Is Edit Mode)
Or
equals(userProfileLookup(Current User, "PreferredName") ,Initiator)
THank you
Hi,
I think that would just be:
or(and(!equals(Current User,"somethingname"),Is Edit Mode),equals(userProfileLookup(Current User, "PreferredName") ,Initiator))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.