I see the below error message when I try to run my workflow.
I have seen similar issues in the forum and the solution is to let the account fields as “blank”
Unfortunately, I have more than one account in my outlook and I need to specify the one the workflow has to use.
Do you have any idea of what should be done to fix this issue?
Thanks for your replies. I have checked both the posts but I am still facing the same issue.
In the account fields, I have tried both “TestRecrutement” and “testrecrutement@test.com”
The only one working for the “Get outlook mail message” function is “TestRecrutement”. So I guess this is correct.
I can also confirm the MailFolder field is correct. I can see in “local” tab that my variable is correct.
Same thing for MailMessage. The “mail” variable is part of my “For Each”.
My immediately guess is, that the folder you’re trying to access is a subfolder of your Inbox folder. So you need to assign your “MailFolder” to “Inbox\”+row(“Folder”).ToString
I have tried “Get outlook mail messages”, but I always get this error message.
“The specipied folder does not exist.”
Trial 1: Fail… “The specipied folder does not exist.”
Account: I only have 1 outlook mail address registered on my outlook, so I have left it blank.
MailFolder: I want to get mail from “Inbox” folder, so I left it blank.
Trial 2: Fail… “The specipied folder does not exist.”
Account: Input my outlook mail address
MailFolder: Left it blank.
Trial 3: Fail… “The specipied folder does not exist.”
Account: Left it blank
MailFolder: “Inbox”
Trial 4: Fail… “The specipied folder does not exist.”
Account: Input my outlook mail address
MailFolder: “Inbox”