You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this repository is still maintained, but there is an issue with the Exchange task where if you add more than one attachment ,due to the placement of allAttachments, it will re-upload earlier attachments as well.
That means if you include a folder with 10 files and then a folder with one file, you'll end up with 21 attachments.
The text was updated successfully, but these errors were encountered:
Also, if that first attachment is a StringAttachment, it'll throw an exception for the second attachment because the file is removed in the first round
Not sure if this repository is still maintained, but there is an issue with the Exchange task where if you add more than one attachment ,due to the placement of allAttachments, it will re-upload earlier attachments as well.
That means if you include a folder with 10 files and then a folder with one file, you'll end up with 21 attachments.
The text was updated successfully, but these errors were encountered: