Basically I have this Collection and I want to send an email with all the IUAs stored in the ServerIUA string in the subject, how can I display all the items inside the string separeted by commas?
Collect(
ServerInformation, // Replace 'MyDataSource' with the name of your collection or data source
{
ServerName:'Server Name Input'.Text,
ServerIUA:'Server IUA Input'.Text
}
);