Condition "public is true" is not working in Email notificationIssue Issue: Email was not sent when using condition "public is true" Reproduce Steps: 1.Go to (N) System Notification > Email > Notifications 2.Create email notification with condition "public is true" under "When to send" tab as below example 3. Trigger the email (Ex: updating in announcement table) but email was not sent.ReleaseAll releaseCauseRaised below PRB and found out the "public" is the keyword in Java, so it is expected behavior. PRB1479993Resolution Workaround is to remove the condition and enter the equivalent script in "Advanced condition" field as below example screenshot.current.getValue('public') == true;