- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trigger Execute Fabric Item Notebook
Hi,
Is it possible to use the Reflex trigger to trigger a notebook that gets the values from the "Additional information" field?
If yes how would I write the Notebook to use the data sent from the trigger?
Are there any examples of this?
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same for me on params.get it is showing object not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Am I missing something? Is it a configuration that we should turn on? Thanks in advance.
[1] https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-trigger-fab...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anonymous, @PhilBrown , @rabbisht , and @v-tangjie-msft ,
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!
Best,
Janet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this question from the future? 😅
<<My bad, it is in different format: mm/dd/yyyy>>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
😃 Sorry for somewhat reactivating this one, but the solution doesn't appear to actually work for me. Doesn't seem to be such a thing as a params dictionary when the notebook is called from a Reflex trigger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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. 🤕
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anonymous ,
Yes, you can trigger a Fabric notebook using a Reflex trigger. When conditions are met, the corresponding notebook is executed.
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.
In your notebook, you can access the trigger data using the params object. For example:
```python
# Accessing parameters sent from the trigger
parameter_value = params.get("parameter_name")
```
Replace `"parameter_name"` with the actual parameter name you want to retrieve.
For more details, please refer: Trigger Fabric items - Microsoft Fabric | Microsoft Learn
Develop, execute, and manage notebooks - Microsoft Fabric | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Attempting similar stuff using a Reflex trigger, but attempting code advised above throws NotDefined on the params object. Am I missing something?

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Fabric Monthly Update - February 2025
Check out the February 2025 Fabric update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
09-13-2024 03:02 AM | |||
11-13-2024 08:43 PM | |||
10-13-2024 01:30 AM | |||
10-31-2024 04:02 AM | |||
06-04-2024 12:29 PM |