<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to send an email with a csv attachment in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894021#M13883</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question. So I saw there is a thread here that somewhat answers the question but I think Microsoft have stopped the ability to a user to be able to attach a csv o anything in the Office 365 activity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have a medallion structure. I get my data ,clean it and so on, my last notebook creates a csv of the Sales Report we need for the psat month and saves it as a csv file in the lakehouse. The problem is how to attach this file dynamically to an email in my pipeline which runs the last notebook to create the file on the 1st of each Month and&amp;nbsp; then send the csv to certain members from my company. Has anyone had any luck with this or any other way ? I've tried sendin the mail from the notebook itself but smtp settings on our tenant doesn't allow me and our IT can't seem to figure it out even after changing the settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All help would be appreaciated, thanks !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 09:22:35 GMT</pubDate>
    <dc:creator>dyordanov</dc:creator>
    <dc:date>2025-12-05T09:22:35Z</dc:date>
    <item>
      <title>How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894021#M13883</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question. So I saw there is a thread here that somewhat answers the question but I think Microsoft have stopped the ability to a user to be able to attach a csv o anything in the Office 365 activity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have a medallion structure. I get my data ,clean it and so on, my last notebook creates a csv of the Sales Report we need for the psat month and saves it as a csv file in the lakehouse. The problem is how to attach this file dynamically to an email in my pipeline which runs the last notebook to create the file on the 1st of each Month and&amp;nbsp; then send the csv to certain members from my company. Has anyone had any luck with this or any other way ? I've tried sendin the mail from the notebook itself but smtp settings on our tenant doesn't allow me and our IT can't seem to figure it out even after changing the settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All help would be appreaciated, thanks !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:22:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894021#M13883</guid>
      <dc:creator>dyordanov</dc:creator>
      <dc:date>2025-12-05T09:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894050#M13885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sending attachments with Outlook activities is not currently possible.&lt;BR /&gt;The Fabric Roadmap shows you what is planned next.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the site.&lt;/P&gt;&lt;P&gt;&lt;A href="https://roadmap.fabric.microsoft.com/?product=datafactory" target="_blank"&gt;https://roadmap.fabric.microsoft.com/?product=datafactory&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your problem.&lt;/P&gt;&lt;P&gt;This is how I solve the problem at our company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Notebook creates the CSV file.&lt;/P&gt;&lt;P&gt;2. In Azure, there is a Logic App that then sends it. The Logic App has a connector for this and is easy to configure.&lt;/P&gt;&lt;P&gt;3. I then trigger this via Data Pipeline in Fabric. Of course, you can also use a schedule in the Logic App.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, this is a valid approach, but there are certainly other ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any questions, just let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to leave kudos or accept it as a solution. This will also help other community members.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:43:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894050#M13885</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-12-05T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894051#M13886</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531"&gt;@spaceman127&lt;/a&gt;&amp;nbsp; will certainly try it in a bit. I was trying to avoid anything besides the fabric eco system. The Logic App ? what exactly does it make , attach the file and send the email so similar to what Office 365 Email used to have ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894051#M13886</guid>
      <dc:creator>dyordanov</dc:creator>
      <dc:date>2025-12-05T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894059#M13887</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It's understandable that you want to stay in the Fabric ecosystem.&lt;/P&gt;&lt;P&gt;Here's a screenshot of what that might look like, so you can get a better idea of how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example, I am sending paginated reports.&lt;BR /&gt;But you can add attachments in the O365 send connector.&lt;/P&gt;&lt;P&gt;This is a Logic APP. It basically controls the process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-05 at 10.49.39.png" style="width: 283px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1314918i12355E1ACCFCC2DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-12-05 at 10.49.39.png" alt="Screenshot 2025-12-05 at 10.49.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:52:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894059#M13887</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-12-05T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894093#M13888</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;,&amp;nbsp;currently it is not possible to add an email attachment to the Office 365 Email activity. Question is if it ever will be an option. As Fabric is all about not duplicating saved data, sending an attachment kinda is. So you have some other options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Don't send the file is attachment. Save the file on OneDrive, SharePoint, OneLake or storage account, get the link to the file and share the link in the email.&lt;/LI&gt;&lt;LI&gt;What you already tried, use a notebook to send an email. But then you need to have a service principal to be able to connect to Microsoft Graph and send an email using the Graph API.&lt;/LI&gt;&lt;LI&gt;Create a Power Automate Flow or Azure Logic App with a HTTP request trigger. From the Fabric pipeline use the Web activity with a POST request and pass the file content as part of the request body to be handled by he flow of your choice.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps. If so, please give kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; and mark as Accepted Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; to help others.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 10:13:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894093#M13888</guid>
      <dc:creator>nielsvdc</dc:creator>
      <dc:date>2025-12-05T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894754#M13906</link>
      <description>&lt;P&gt;As others have mentioned, the email pipeline activity doesn't appear to be able to send attachments.&lt;BR /&gt;The way we've bypassed this limitation is via a notebook that writes to the SMTP server of our mail system.&amp;nbsp; Our legacy system uses pretty much the same method, so it was a matter of porting it over.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 00:10:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4894754#M13906</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-12-06T00:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4895803#M13924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531"&gt;@spaceman127&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/679603"&gt;@spencer_sa&lt;/a&gt;&amp;nbsp;, Thank you for your prompt responses.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;could you please try the proposed solutions shared by&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531"&gt;@spaceman127&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 10:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4895803#M13924</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-12-08T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4895894#M13926</link>
      <description>&lt;P&gt;So thanks for all answers as of now, so the file i am about the send is about 15mb each. After I send it another notebook will calculate things based on the file I sent and the excel is about 50 mb. So would that change any of the workflow ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 12:12:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4895894#M13926</guid>
      <dc:creator>dyordanov</dc:creator>
      <dc:date>2025-12-08T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4896184#M13940</link>
      <description>&lt;P&gt;One alternative if you're not too set on actually emailing a csv (and is better for large files) is to write the CSV file to an ADLS Gen II container, build an SAS token/link for it, and email that link to your recipient.&amp;nbsp; You can then apply an expiry date if you need to and all you're emailing is a a URL so won't hit any size limits.&lt;BR /&gt;I have tested this and it works exactly as promised - Copy Activity to upload, notebook to generate the SAS token/URL, and an Email activity to send the email.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 17:02:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4896184#M13940</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2025-12-08T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4896187#M13941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/679603"&gt;@spencer_sa&lt;/a&gt;&amp;nbsp;&amp;nbsp;writes is another good option, or you can use the Logic App variant I described to you. Have you checked it out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 17:09:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4896187#M13941</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-12-08T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898548#M13981</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;So finally i managed to do it by creating azure data lake storage and copied the data from the notebook to the storage. Then after I could see the 3 files i need for each country I created a logic app where I use a trigger "When a blob is added or modified" and then I have 3 branches where each then blob catches each file and then outlook should send each file for each counry. However I get 3 countries X 3 emails = total of 9 emails... so how can I get each country to have only 1 file and not 3. Any suggestions ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dyordanov_0-1765372479119.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1316013i927D9052ACBCFF10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dyordanov_0-1765372479119.png" alt="dyordanov_0-1765372479119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 13:15:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898548#M13981</guid>
      <dc:creator>dyordanov</dc:creator>
      <dc:date>2025-12-10T13:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898583#M13983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525"&gt;@dyordanov&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I were you, I would do the following.&lt;BR /&gt;If you created the files using Notebook, they are initially stored in the storage account. Then, in the pipeline (after Notebook), create a lookup activity that lists the files. Transfer this to a variable, which in turn transfers it to a web activity that controls the Logic APP.&lt;/P&gt;&lt;P&gt;I hope that was reasonably clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here an simple Guide.&lt;/P&gt;&lt;P&gt;1. Lookup Activity&lt;/P&gt;&lt;P&gt;- Source: your Blob Storage container.&lt;BR /&gt;- Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;- First row only = false (so that all files are listed).&lt;BR /&gt;&amp;nbsp; &amp;nbsp;- Query or path filter: e.g., only files with a specific prefix or extension (.xlsx).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Result: JSON array with all files found.&lt;/P&gt;&lt;P&gt;2. Set Variable Activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Transfers the list from the Lookup Activity to a pipeline variable (e.g., fileList).&lt;BR /&gt;&amp;nbsp;- Optional: You can transform the list (e.g., extract names only).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Web Activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;-Target: your Logic App HTTP Trigger.&lt;BR /&gt;&amp;nbsp;- Method: POST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't tested this in this configuration yet, but I use something similar at our place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to leave kudos or accept it as a solution. This will also help other community members.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 13:46:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898583#M13983</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-12-10T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898586#M13984</link>
      <description>&lt;P&gt;Thanks for the answer but since I have it so far isn't there a simpler solution to fix what I have rather than make everything more complicated ? Otherwise thanks for the answer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 13:51:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898586#M13984</guid>
      <dc:creator>dyordanov</dc:creator>
      <dc:date>2025-12-10T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898616#M13985</link>
      <description>&lt;P&gt;I understand :),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another option is to switch to Event Grid in the Logic APP. I've done that before, too.&lt;BR /&gt;You simply replace the trigger that triggers the action with When a resource event occurs (Azure Event Grid). I think that's what it should be called.&lt;/P&gt;&lt;P&gt;The advantage is that you only get one event instead of multiple events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the procedure.&lt;/P&gt;&lt;P&gt;Go to the Storage Account and click Events.&lt;/P&gt;&lt;P&gt;1. Create and configure the event grid accordingly. Important: the event type is Microsoft.Storage.BlobCreated.&lt;/P&gt;&lt;P&gt;2. Change Logic APP.&lt;BR /&gt;- Remove the old trigger “When a blob is added or modified”.&lt;BR /&gt;- Add a new trigger:&lt;BR /&gt;- When a resource event occurs (Azure Event Grid) -&amp;nbsp;&lt;BR /&gt;Configure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subscription: your Azure subscription.&lt;BR /&gt;Resource Type: Storage Account.&lt;BR /&gt;Event Type: Microsoft.Storage.BlobCreated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 14:07:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4898616#M13985</guid>
      <dc:creator>spaceman127</dc:creator>
      <dc:date>2025-12-10T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to send an email with a csv attachment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4901727#M14063</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1453525" target="_blank"&gt;@dyordanov&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;could you please try the proposed solution shared by&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/644531" target="_blank"&gt;@spaceman127&lt;/A&gt;&amp;nbsp; ? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 05:16:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-send-an-email-with-a-csv-attachment/m-p/4901727#M14063</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-12-15T05:16:42Z</dc:date>
    </item>
  </channel>
</rss>

