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.
Solved! Go to Solution.
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.
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.