Hi guys,
Please help,
I have collection with mail, body, cc, attachment(Path of file on SHP library) for 30 companies.
Question #1
I would like to create 30 outlook letters with this options.
I know about two features: Launch(mail to) and SendMail function (send, not just create).
But Launch dont works with ForAll:
ForAll(Collection As Item;
Launch("mailto:"& item.Mails))
Question #2
How to get content of file from SHP library with Files Folder Path?
How to write code for Attachments with this content?