Anders Pr_steg1
Tera Contributor

Hi,

I just wanted to share that I have a different experience than seen on Sandeep's screenshot (I can't share it, you have to take my word for it). I see many examples in my company instances where recipients sums up To and Copied (presumely to simplify conditions):
recipients: 1,2,3,4,5
To: 1,2
Copied: 3,4,5


EDIT: In relation to what I just wrote the condition field evaluation behaves different than (opposite to) script variables:

email.toContains a comma-separated list of email addresses in the To: and Cc: boxes.
email.directContains a comma-separated list of email addresses in the To: box.
email.recipientsContains a comma-separated list of recipient addresses as a plain text string, in the To: box.


That is very confusing 🤔

Anders