function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gv007gv007 

I am trying to skip particular user in the forumla

I am trying skip particular user in a formula ,but when I applied the condition it blocking all the users.

highlited the part
also in custom lable added the  user in 'user',
 AND(
NOT($User.Username !=$Label.customlabelname),
NOT(ISNEW()),
OR(ISCHANGED([Object.field1),ISCHANGED([object].field2)),
[object].field1=true,
[object].field2!=null,
[object.field2 = false
)
NandhuNandhu
i think your syntax error and pls check the custom label name reference.