Not overwrite

Hi everyone,

is there any method to save attachment with same name from different emails without overwriting? Furthermore I would need a method to check if the same name file (.xlsx format) has different content, like fore example Column 1 From File A and Column1 from File B has different values; if there are different values save with new name, if there are not not save the attachment.

Thanks eveybody

Hello!

There’s no way to save an attachment with the same name because windows do not allow that but if you put them on a different folder then it’s possible. How about create a folder to each file and then use the same name?

To check if the files has the same content, use the “Read Range” activity and then loop through it and use a “If” activity to check if the values are the same.

Hope It Helps!

Regards,