Hello guys,
Lets get straight to it, the logic behind the flow is as follow :
1: Retrieve email message (success)
For each
2: Create a folder C:\...\%CurrentItem.Subject% (success)
3: Retrieve email message (???)
3.1: Email filter (???)
3.1.1: "subject" contains: %CurrentItem.Subject% (???)
3.1.2: Save attachments into C:\...\%CurrentItem.Subject% (???)
Trying to fix the problem I use split/trim/replace to create a clean folder but even then the "retrieve email messages" operation that save the attachment fail to save them in that folder without throwing me an error.
A subject with "Montréal" in it or "salle à manger" for instance break the whole thing... and when I process multiple emails at the same time, it creates a mess.
Im running out of ideas to debug it. Thanks for the help guys.