Hello everyone,
I’ve been having an issue with adding the CC’s to my follow-up email.
There’s a similar solution here Copy recipient sending email for only one cc solved by @samliew, but it didn’t work for me.
My scenario keeps not recognizing my CC addresses.
Here’s the info:
-
When I look at the output of the model, it only returns the first address in the CC
-
When I download the output of the same module (in the upper part of the image, both CC appear):
-
Finally, when I search in a new module, both addresses appear (we can’t see in the image but they are there)
However, when applying the solution given by @samliew in the other topic, it always returns an empty array
{{split(replace(2.headers.cc; “/(?:[^>]?<|>(?:,?\s|$))/g”; “|”); “|”)}}
Can anyone help me?