Hello,
I need to extract the names of attachments from an email.
The attachmentIds extraction is working fine:
where am I going wrong in extracting the names?
Thanks
I need to extract the names of attachments from an email.
The attachmentIds extraction is working fine:
HTML Code:
$list = record\attribute('Email', '65fd41542cce03aba', 'attachmentsIds');
HTML Code:
$list = record\attribute('Email', '65fd41542cce03aba', 'attachmentsNames');
Comment