Select to view content in your preferred language

Send mail doesn't work if TO property is an arcade expression resulting in multiple emails.

676
1
Jump to solution
11-15-2022 12:07 PM
PabloRebufello
Occasional Contributor

Worfklow manager 10.9.1 Standard.  Send Mail step.  To property for multiple emails based on a arcade expression of the type jobExtendedProperty($job,'table','emails').  If the content is for example test1@test.com;test2@test.com, it doesn’t work, it doesn’t send the emails.  If the content is test1@test.com, it works fine.  It seems it doesn’t like de “;” character coming from the result of the arcade expression.

How can I solve this?  How can I include the “;” in the field “emails” of “table”, so the resulting arcade expression in the “To” property of the “Send Mail” step, works OK?

Thank you.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
PabloRebufello
Occasional Contributor

Find a solution myself.  Don't use a ";" (semicolon) in the string accessible through arcade expresiion, separating the emails, instead use a coma ",".  It works just fine that way. 

View solution in original post

0 Kudos
1 Reply
PabloRebufello
Occasional Contributor

Find a solution myself.  Don't use a ";" (semicolon) in the string accessible through arcade expresiion, separating the emails, instead use a coma ",".  It works just fine that way. 

0 Kudos