Save Mail Message_ error

Hello,

I have a problem with simple activity Save Mail Message
Each time I run the process I have the below message


This is my workflow
Even if I change the file path still have the same error message

Thank you
Gosia

Hello @niteckam,

I think that the problem could be the text of the subject. Maybe there is some character like “:” for example “RE: your subject”. In that case you can replace this character using for example item.Subject.ToUpper.Replace(“:”,“”) .

Check it and let me know :slight_smile:

Best Regards,
Susana