How to call a property in a filter condition in a business rule
Requirement : BR should run only if "Recipients" field in sys_email table contains any of the emails that are present in property.example : Let's say if property has "123@abc.com" and "456@abc.com" values. If any new email is ready to send to these ...

