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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
HallvardMM
New Member

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?

6 REPLIES 6
jantse
Microsoft Employee
Microsoft Employee

Hi @HallvardMM@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

rabbisht
Microsoft Employee
Microsoft Employee

Is this question from the future? 😅

rabbisht_0-1730848497807.png

 

<<My bad, it is in different format: mm/dd/yyyy>>

 

😃   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

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. 🤕

v-tangjie-msft
Community Support
Community Support

Hi @HallvardMM ,

 

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.

vtangjiemsft_0-1720752422256.pngvtangjiemsft_1-1720752435774.png

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. 

Attempting similar stuff using a Reflex trigger, but attempting code advised above throws NotDefined on the params object. Am I missing something?

PhilBrown_0-1730831011842.png

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors