Skip to main content

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))


Worked!
Thank you

Reply