Hello team,
I need to send mail a file dynamically from sharepoint folder without downloading to local folder.
How do i do it in send mail / send email activity
Hello team,
I need to send mail a file dynamically from sharepoint folder without downloading to local folder.
How do i do it in send mail / send email activity
Hi @R_Vishwa_Balaji ,
Try this once,
First, use the SharePoint activity package to connect to the SharePoint site and retrieve the file. You can use the Get File activity to retrieve the file by providing the SharePoint site URL, the document library name, and the file name.
Next, use the Microsoft Outlook activity package to create and send an email. You can use the Send Outlook Mail Message activity to create a new email and specify the recipient, subject, and body.
Finally, use the Attach File activity from the Outlook package to attach the SharePoint file to the email. Specify the file path to the SharePoint file you retrieved in step 1.
If you find this helpful, Please mark it as a solution.
Happy Automation
Regards,
Pratik Maskar