eelin
March 18, 2019, 12:46am
1
Dear all,
Kindly assist to resolve my issue.
I am now doing the Practice 1 for email automation.
When i run my workflow, it shows the error message as per below.
Message: The specific folder does not exist
It is an email rules practice. The folder that i want to access is a subfolder under my email inbox folder.
Kindly assist me.
Thank you.
Ragu9060
(Raguvarthan)
March 18, 2019, 12:52am
2
@eelin
This will happen when the destination folder to where the mail is expected to be moved is not found.
Check the destination folder that you provided in the activity.
singhonkar
(Onkar Singh)
March 18, 2019, 12:54am
3
@eelin
Welcome to the Community.
You can use the below command to access the subfolder. Please change folder name according to your email box.
āInbox\Personal"
2 Likes
eelin
March 18, 2019, 2:47am
4
@singhonkar
Thanks for your reply.
However, if i want to access to a few subfolder, how should i put the commands?
Thank you.
eelin
March 18, 2019, 2:48am
5
@Ragu9060
Thanks for your reply.
Yes, i understand that is the destination folder issue but i have no idea where should i make amendment in order to resolve it.
Thank you
@eelin
If you would like to access another subfolder within a folder, follow the tree hierarchy structure.
To above example, if there is another subfolder āFinanceā inside āPersonalā , then your folder path should be āInbox\Personal\Financeā.
@eelin
You need to make changes in MailFolder property under input section. Attached the screenshot for your reference.
eelin
March 18, 2019, 3:21am
8
@singhonkar
Below are my email rules excel worksheet
Can i have your email so that i can send my workflow file to you so that you can better understand my concern?
Thank you.
eelin
March 18, 2019, 3:27am
9
@singhonkar
Here is the screenshot for my email.
eelin
March 18, 2019, 3:30am
10
@singhonkar
Below is the screenshot for my workflow.
singhonkar
(Onkar Singh)
March 18, 2019, 3:39am
11
@eelin
Iāve shared my id in your inbox. Please check.
singhonkar
(Onkar Singh)
March 18, 2019, 4:00am
12
@eelin
I went through your shared file. Could you please change the value in Move Outlook mail message activity from row(āFolderā).ToString to "Inbox"+ row(āFolderā). ToString
Please add \ backslash after Inbox keyword as Iām facing issue to replicate the same above.
Let me know if this works or not.
1 Like
eelin
March 18, 2019, 5:20am
13
@singhonkar
I have try to put āInbox\ā+ row(āFolderā). ToString
Now, it do not have the error message anymore.
However, it did not move my message to the respective folder as per the rules.
Thank you.
eelin
March 18, 2019, 5:50am
14
@singhonkar
After i change the values for the move outlook mail message, it seems work.
However , there is only 2 email message being moved to the folder.
At first i put the ātopā as 200 , then it pops up error message stated the workflow run of time.
Then , I change the ātopā as 100.
Is it because the mail message in my email is too many?
singhonkar
(Onkar Singh)
March 18, 2019, 5:58am
15
@eelin
Yes, in Get Outlook Mail Message activity, by default timeout is ā30000ā milliseconds.
If you would like to access more no. of emails, please increase the TimeoutMS property which is on the extreme right top side. Try with ā120000ā milliseconds.
Please verify manually once how many emails it should move to that folder.
eelin
March 18, 2019, 6:15am
16
@singhonkar
Thanks a lot for your kind assistance.
Finally, it works and it move the email to the respective folder.
Really appreciate your guidance.
singhonkar
(Onkar Singh)
March 20, 2019, 9:20am
18
@eelin
If the above solution is working for you then please mark it as solution. It will help to others and save their time.
system
(system)
Closed
March 26, 2019, 6:45am
19
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.