Sending attachment with today's data through outlook

hey,
my bot create one excel file everyday with todays date and i want to send that excel file everyday with today’s date through the outlook
so please help me for this how to build it

Hi @kailas_jadhav

You Steps could be as follows below!

Use a Create file activity to create a xlsx file

“YourPath/+Now.ToString(“dd-MM-yyyy”)+”.xlsx"

Then Perform Some data Manipulation Using Read Range

Then Use Send Outlook Mail message to send the file With attachment.

Mention the attachment file path as same as above.

Publish the process in orchestrator and set time trigger to the process on daily basis.

Regards