Error : Cannot find this file. Verify the path and filename are correct

Hi @Vaishnav_Tej

Just paste the expression in the message box and share us the screenshot

image
image

Okay @Vaishnav_Tej , Still having the same issue, Share the screen shot

Share your XAML file @Vaishnav_Tej

SendSalarySlipToEmployees.xaml (11.1 KB)

Hi @Vaishnav_Tej

Check out the XAML file

SendSalarySlipToEmployees.xaml (10.6 KB)

Regards
Gokul

same old error.

Hey @Vaishnav_Tej,

To let you script know where you have stored all the files you must need to provide the location like you have to give the folder name along with the file name.
In the argument pass the value as

Path.Combine("FolderPath",email("Attachment").ToString)
FolderPath should be you folder where the files are saved
email("Attachment").ToString should be the file name with extensions.

Thanks,
Sanjit

Hi @Vaishnav_Tej

Check out the Video Link to attach the file in the mail

Regards
Gokul

Hi,
I tried the way he did in the video. But I’m getting same error.
It is showing the correct file path in output window but failing to fetch the files.

Share your whole project ZIP with input excel, Files, workflow @Vaishnav_Tej

Hello @Vaishnav_Tej

Try to print the full path of the file in the console and check whether it’s valid or not. If not update it to the correct full path format and use it in the send outlook mail message.

Thanks

Yes , I gave Full Path only