Download attachment

I have to count the number of attachments downloaded by mail. The problem is that if the attachments have the same name, it counts them as one.

somebody help me?

Hi @dnllorenzetti,
If both the attachments have the same name then it is the issue from the sender side that he/she has attached the same files for multiple times.

As per you: The problem is that if the attachments have the same name, it counts them as one.
Exactly, it is duplicate so u cant download the file twice with the same name, your file system will now allow you to save in a single folder.
I hope you have to standardize the process of attaching files a little bit. To avoid duplicate attachments.

Note: The mail activity can count the number of attachments based on the names, it doesn’t check for the contents of those attachments.

Regards,
Jiban

Workaround is, save one file at a time using while loop and inside the loop move the file to same folder but different name.

1 Like

Can we have the flow here