@DeanMauro Is this something that can be implemented in near future. there is no wayt to currently add an unknown amount of attachments to a mail. otherwise the beta activity is awesome
@HareeshMR Correct, in the old ews send mail and in the Outlook Send mail you can attach an array of strings (file paths) and it will attach all files, in graph send mail you can only build up multiple attachments by assigning strings to single variables and add those vars to the collection, but then it will expect that number of files. where by using the array you can add 1 or 100 files as long as you don’t go above total file size limit, it does not care about the number of files. The new send mail only supports string in the collection, not string list, and without a field to rerefence a list like in the outlook send mail, shown in the first picture, there is nothing we can do about it
Hi @Rasmus_J. This one is on our list to fix near term. I’m not a fan of the redundancy of Attachments and AttachmentsCollection, so we’ll see if they can be combined, but if not, we’ll add the same behavior.
Sounds perfect because I’m kind stuck xD want to update the mail activity we use in all our robots but it’s not possible until this gets implemented. really want to get rid of the dependency of outlook running to send mail, but I’m looking forward to the update, thx!
Version 1.1.2-preview is now released with an AttachmentsCollection property on the Send Mail activity to allow for dynamic file attachment. Version 1.1.2 will be out of preview once the changes are localized.
I did a manual download from gallery and uploaded it to orchestrator, but I can’t see it in the list in studio. also the version number of the preview is lower than the beta build so it looks kinda odd
Is there a feed I can add so I can get previews directly in studio?
EDIT: Also I’m just a tenant on our municipality orchestrator, and I don’t have access to delete uploaded packages, from what I remember it’s because it doesn’t support it for sub tenants, only the main orchestrator account can delete uploaded libraries?