Plz check the screen shot and help me

Hi @Shubham_Bidwai

You are passing an empty file in the filename parameter. Can you print the filename in the log and check it

Regards
Gokul

where is log function

This is Log message activity to check the value from the Filename

Regards
Gokul

okay i will check the log

The error saying like you are passing the empty value. check it and let us know @Shubham_Bidwai

okay thanks @Gokul001

actually i didnot find solution
i want send CSV data through smtp

i am sharing screenshot plz see and






Hi @Shubham_Bidwai

  1. You need to extract the data from the webpage

  2. Write it in the CSV file.

  3. Using SMTP sending mail with the attachment Right?

If yes, Check out this video link for sending the mail

Regards
Gokul

Hello @Shubham_Bidwai

Here you are creating a CSV file and trying to attach it in SMTP activity. As per the error the file name is empty.

Set a breakpoint in the SMTP activity and run in debug mode. Check whether the csv file is getting created before to the SMTP activity.

Thanks