RichardBrown | 2024-12-16 14:20:26 UTC | #1
I'd like to pass the Email.message.Cc to a Data Action, but I want to have the collection separated by a semi-colon (e.g. address1@domain.com; address2@domain.com). If I use "ToString()" it's obviously separated by a space.
Is there a particular way I can achieve this?
Jerome.Saint-Marc | 2024-12-16 14:38:52 UTC | #2
Hello,
The ToString method accepts a second parameter for collection - to specify the delimiter: ToString(myCollection, ",") You can find info on ToString and the different overloading in Architect Expression Help when typing/selecting ToString.
Regards,
system | 2025-01-16 14:38:59 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 30871