hello everyone , please
I need to send with one email two attachments:
one with (attach_1.attachments ) and the other with (piece pdf ) on a collection list:
{
Attachments: RenameColumns(
attach_1.Attachments;
"Value";
"ContentBytes");
RenameColumns(
colDoc;
"Value";
"ContentBytes";
"DisplayName";
"Name"
);
}
but it doesn't work,
Thanks for your help.