Doubt about emails

Hi, how can I do to verify if an incoming email has copied (CC) mails or not to make a condition.

I already solved it, sorry for the inconvenience :grinning: :grinning: :grinning:

1 Like

Hey, please post the solution yourself and mark it as solution so that others can see :slight_smile:

What I did is to pass this mailMessage.CC.Count variable to a variable, which will return the number of emails copied and then validate: if {variable <1} to do the rest of the process I needed. :upside_down_face: