<?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 Trigger Execute Fabric Item Notebook in Activator</title>
    <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4037011#M443</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use the Reflex trigger to trigger a notebook that gets the values from the "Additional information" field?&lt;BR /&gt;If yes how would I write the Notebook to use the data sent from the trigger?&lt;BR /&gt;Are there any examples of this?&lt;BR /&gt;&lt;BR /&gt;I want to do some manipulation before I use the notebook to trigger an HTTP request if the solution mentioned above does not work are there any ways to trigger an HTTP with the values from the "Additional information" field?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 11:28:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-11T11:28:59Z</dc:date>
    <item>
      <title>Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4037011#M443</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use the Reflex trigger to trigger a notebook that gets the values from the "Additional information" field?&lt;BR /&gt;If yes how would I write the Notebook to use the data sent from the trigger?&lt;BR /&gt;Are there any examples of this?&lt;BR /&gt;&lt;BR /&gt;I want to do some manipulation before I use the notebook to trigger an HTTP request if the solution mentioned above does not work are there any ways to trigger an HTTP with the values from the "Additional information" field?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 11:28:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4037011#M443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-11T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4038395#M448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can trigger a Fabric notebook using a Reflex trigger. When conditions are met, the corresponding notebook is executed.&lt;BR /&gt;To achieve this, create a Reflex trigger that monitors your desired condition. In the "Act" card for the trigger, select "Fabric item" and choose the notebook you want to execute.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In your notebook, you can access the trigger data using the params object. For example:&lt;BR /&gt;```python&lt;BR /&gt;# Accessing parameters sent from the trigger&lt;BR /&gt;parameter_value = params.get("parameter_name")&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Replace `"parameter_name"` with the actual parameter name you want to retrieve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please refer:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-activator/data-activator-trigger-fabric-items" target="_blank"&gt;Trigger Fabric items - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/author-execute-notebook" target="_blank"&gt;Develop, execute, and manage notebooks - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 02:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4038395#M448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-12T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271204#M587</link>
      <description>&lt;P&gt;Attempting similar stuff using a Reflex trigger, but attempting code advised above throws NotDefined on the params object. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 18:25:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271204#M587</guid>
      <dc:creator>PhilBrown</dc:creator>
      <dc:date>2024-11-05T18:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271478#M588</link>
      <description>&lt;P&gt;Is this question from the future?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;My bad, it is in different format: mm/dd/yyyy&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:22:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271478#M588</guid>
      <dc:creator>rabbisht</dc:creator>
      <dc:date>2024-11-05T23:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271482#M589</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&amp;nbsp; &amp;nbsp;Sorry for somewhat reactivating this one, but the solution doesn't appear to actually work for me.&amp;nbsp; Doesn't seem to be such a thing as a params dictionary when the notebook is called from a Reflex trigger&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:38:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271482#M589</guid>
      <dc:creator>PhilBrown</dc:creator>
      <dc:date>2024-11-05T23:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271484#M590</link>
      <description>&lt;P&gt;It looks like Fabric introduced some changes, relex was there before and working pretty well. Now there is activator but not refreshing with respect to Semantic Model. I am also looking out for a solution.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_head_bandage:"&gt;🤕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:41:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4271484#M590</guid>
      <dc:creator>rabbisht</dc:creator>
      <dc:date>2024-11-05T23:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4331710#M639</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="837723" data-lia-user-login="PhilBrown" class="lia-mention lia-mention-user"&gt;PhilBrown&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797915" data-lia-user-login="rabbisht" class="lia-mention lia-mention-user"&gt;rabbisht&lt;/a&gt;&amp;nbsp;, and&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing this question. Activator currently does not support passing parameters to Fabric items like pipelines and notebooks. We have this feature in our roadmap for the coming months, so stay tuned!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Janet&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 23:21:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4331710#M639</guid>
      <dc:creator>jantse</dc:creator>
      <dc:date>2024-12-16T23:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4383290#M667</link>
      <description>&lt;P&gt;Hello all, I was about to create a post about the problem but this one captures what I am looking for. Please, the example in the current documentation [1] shows that it is possible to provide context to Notebooks, but I don't see this option available for me yet. I created the "Package Delivery Sample" in My Workspace this past hour to check if it was working, but the Context option is missing.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Am I missing something? Is it a configuration that we should turn on? Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;[1] &lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-fabric-items" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-fabric-items&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 01:26:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4383290#M667</guid>
      <dc:creator>rparavia</dc:creator>
      <dc:date>2025-01-28T01:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4411060#M676</link>
      <description>&lt;P&gt;Same for me on params.get it is showing object not found&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 12:23:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4411060#M676</guid>
      <dc:creator>Fabamik</dc:creator>
      <dc:date>2025-02-14T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4731457#M794</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Logging and tracking of alaram events for post-analysis and system improvements&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I'm working with Microsoft Fabric's &lt;STRONG&gt;Data Activator&lt;/STRONG&gt; to monitor real-time device temperatures. My goal is to implement a solution that does the following whenever a temperature exceeds a predefined threshold:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Trigger an Alert:&lt;/STRONG&gt;&lt;BR /&gt;Send an email notification to the relevant stakeholder when the threshold is crossed.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Log Alarm Data:&lt;/STRONG&gt;&lt;BR /&gt;Write the event into two separate Lakehouse tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;alarm_event_log: stores the actual telemetry data that caused the alarm.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;alarm_metadata: stores metadata about the alarm (timestamp, severity etc.).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Execute Logging via Notebook:&lt;/STRONG&gt;&lt;BR /&gt;Use the "Action" section of the Data Activator rule to trigger a Fabric notebook that logs this data into the Lakehouse. (in action i am using fabric item which is notebook)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;What I need help with:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How can I retrieve the data from Data Activator in the triggered notebook?&lt;/STRONG&gt;&lt;BR /&gt;Specifically, how do we access the relevant data (e.g., device ID, temperature reading, time of alert) that triggered the rule, and then pass or retrieve it within the notebook to log it properly?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;so like is there any way to retrieve that particular record from activator which caused the alert, if yes then how to implement it, I am planning to write the pyspark script for it, but little confuse about the logic&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;What are the best practices or recommended methods for passing parameters from Data Activator to a Fabric notebook?&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Has anyone implemented a similar pattern?&lt;/STRONG&gt;&lt;BR /&gt;Any sample implementation or guidance on structuring this kind of workflow for reliability and scalability would be very helpful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance for your support!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 11:22:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4731457#M794</guid>
      <dc:creator>ramankr48</dc:creator>
      <dc:date>2025-06-13T11:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Execute Fabric Item Notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4781693#M854</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="913812" data-lia-user-login="ramankr48" class="lia-mention lia-mention-user"&gt;ramankr48&lt;/a&gt;&amp;nbsp;, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="896730" data-lia-user-login="Fabamik" class="lia-mention lia-mention-user"&gt;Fabamik&lt;/a&gt;&amp;nbsp;, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="616890" data-lia-user-login="rparavia" class="lia-mention lia-mention-user"&gt;rparavia&lt;/a&gt;&amp;nbsp;, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797915" data-lia-user-login="rabbisht" class="lia-mention lia-mention-user"&gt;rabbisht&lt;/a&gt;&amp;nbsp;, and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="837723" data-lia-user-login="PhilBrown" class="lia-mention lia-mention-user"&gt;PhilBrown&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the feedback! We have just enabled passing parameters to Fabric items in preview (see&amp;nbsp;&lt;A href="https://aka.ms/activatorActionParams" target="_self" rel="nofollow noreferrer noopener"&gt;documentation&lt;/A&gt;&amp;nbsp;and &lt;A href="https://blog.fabric.microsoft.com/en-us/blog/fabric-july-2025-feature-summary?ft=All#post-25898-_Toc204701244" target="_self"&gt;Fabric blog post&lt;/A&gt;). Please try it out and share any&amp;nbsp;&lt;A href="https://aka.ms/ActivatorCommunity" target="_self" rel="nofollow noopener noreferrer"&gt;feedback&lt;/A&gt;&amp;nbsp;you may have. Your feedback is valuable to us as we continue to improve our product!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janet&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 16:28:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-Execute-Fabric-Item-Notebook/m-p/4781693#M854</guid>
      <dc:creator>jantse</dc:creator>
      <dc:date>2025-07-30T16:28:14Z</dc:date>
    </item>
  </channel>
</rss>

