Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
vitran23
New Member

Sending emails with attachment via pipeline

Does anyone know if it's possible to loop through a set of files in a lake house and attach them to a email and send out to a distribution group within a pipeline?

 

I've done this via a VBScript just curious if there is native functionality to allow this in fabric pipelines. 

3 REPLIES 3
v-saisrao-msft
Community Support
Community Support

Hi @vitran23,

I hope you had a chance to review the solution shared earlier. If it addressed your question, please consider accepting it as the solution — it helps others find answers more quickly.
If you're still facing the issue, feel free to reply, and we’ll be happy to assist further.

 

Thank you.

NandanHegde
Super User
Super User

As stated, Outlook activity unfortunately doesnt support email attachments.

You can use logic apps or external offerings for the same:

https://allenvisser.azurewebsites.net/2023/03/29/azure-logic-apps-how-to-send-an-email-with-an-attac...

 

And you can trigger the logic app via fabric data pipeline




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com
v-saisrao-msft
Community Support
Community Support

Hi @vitran23,

Thank you for reaching out to the Microsoft Fabric Forum Community.  

The fabric pipeline doesn't support sending emails with attachments directly through Outlook activity; it can only send plain emails.  

To work around this, create a data pipeline to fetch the required files from the Lakehouse and store them in a staging location such as Blob storage. Then, trigger Power Automate using a web activity to send the files via email.

 

If this post helps, then please consider Accept it as a solution to help the other members find it more quickly.

 

Thank you.

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors