Hi community
Im trying to send multiple file through mail but when i receive the email i get the body message without the attached file , also sometimes when i run the workflow i get error of timeout
where does the problem comes
send output by mail.zip (3.1 KB)
excel files
Are you passing the full path of the excel file?
Also check if you are passing variables means not null
It’s better to check both as above also share the screenshot
Thanks,
Srini
i passed the path of the folder containing files and then i did a loop on it as you can see in the attached workflow
what do you mean by variables not null
I’m facing difficult in open your workflow
That’s where I’m asking for a screenshot
Thanks,
Srini
send output by mail.zip (3.1 KB)
how abt this one
Would you please ensure that you have provided the correct file path for each attachment. Double-check the file paths and make sure they are accessible and readable by the UiPath process.
Thanks!!
they are readable and i dont get any error but when i receive the email i find it without attached files
Would you please share the screenshot where you are passing the attachment file path in the code.
Thanks,
Nitya Tomar
Where are you using this variable in the code?
problem resolved thank you