Error - Path does not exist. Verify the path is correct. (This error doesn't happen when dubugging but at the run time) :()

Dear All ,

Which activity might causing this error ?

Thank You !

Hi @Rusira_Liyanage

May be you re trying to fetch /read some files where the path gone wrong.

Regards

Hii @pravin_calvin

At the ealiest I also thought like that but when I dubug the process , nothing goes wrong and in this process a thing I do is saving some screenshots into a folder path and attach those files into a outlook mail.
When I dubug , I can get the mail with attaching the screenshots. So the process should be fine but still I can’t get what’s wrong in here.
This is ackward then right ? What do you think so , what might be the wrong ?

Thank You !

Hi @Rusira_Liyanage

If possible can you share your screenshot of your workflow?

Regards

Hi @pravin_calvin
Here we go

Thank You!

Hi @Rusira_Liyanage

Try to give the Full path in save image activity.

Regards

Hi @pravin_calvin

The screnshot of the outlook activity

Thank You !

Hi @Rusira_Liyanage

Question—> Is the error coming in sendoutlook mail message activity?

If Yes then you have to pass the files list as attachment collection.

Please use the function below in attachment collection.

Directory.GetFiles(“you input screenshot png path”)

Give a try on the above and let me know if its work for you!

Regards

Hi @Rusira_Liyanage

Does the above Solution worked for you?

Regards