<?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 Lakehouse File name in Activator</title>
    <link>https://community.fabric.microsoft.com/t5/Activator/Lakehouse-File-name/m-p/5176710#M1002</link>
    <description>&lt;P&gt;Using an activator to trigger a pipeline based on a new file created in the Lakehouse, the pipeline accepts a paramter for filename, in the pipeline i have added the folder in the File path and for the file name i want to use the parameter value thats coming from the activator but I can't seem the find a Tag to get just the file name to pass, i have tried __source and&amp;nbsp;@__subject both are giving me full folder path so the pipeline fails with "Not found"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 16:16:16 GMT</pubDate>
    <dc:creator>wanwar</dc:creator>
    <dc:date>2026-05-01T16:16:16Z</dc:date>
    <item>
      <title>Lakehouse File name</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Lakehouse-File-name/m-p/5176710#M1002</link>
      <description>&lt;P&gt;Using an activator to trigger a pipeline based on a new file created in the Lakehouse, the pipeline accepts a paramter for filename, in the pipeline i have added the folder in the File path and for the file name i want to use the parameter value thats coming from the activator but I can't seem the find a Tag to get just the file name to pass, i have tried __source and&amp;nbsp;@__subject both are giving me full folder path so the pipeline fails with "Not found"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 16:16:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Lakehouse-File-name/m-p/5176710#M1002</guid>
      <dc:creator>wanwar</dc:creator>
      <dc:date>2026-05-01T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse File name</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Lakehouse-File-name/m-p/5177352#M1003</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1254107" data-lia-user-login="wanwar" class="lia-mention lia-mention-user"&gt;wanwar&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for reaching out to the Microsoft Fabric Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can just take the file name from the trigger value by using this expression:&lt;/P&gt;
&lt;P&gt;@last(split(triggerBody()?['__source'], '/'))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Here, triggerBody()?['__source'] gives the full path, then split breaks it using “/”, and last picks the final part which is the file name (like data.csv). Use this while passing the parameter to your pipeline so it only gets the file name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please refer to this for more details:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-model" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-model&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you need any additional assistance, feel free to reach out to us.&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 09:40:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Lakehouse-File-name/m-p/5177352#M1003</guid>
      <dc:creator>v-anbandari</dc:creator>
      <dc:date>2026-05-04T09:40:53Z</dc:date>
    </item>
  </channel>
</rss>

