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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
zilka193
Frequent Visitor

How to trigger Pipeline after adding items to SharePoint list

Hello,

I have built a pipeline that starts with a Dataflow Gen2 to pull SharePoint List into a Fabric Lakehouse. 

Scheduling (or manually triggering) this pipeline works well. The idea is to trigger it automatically after new items were added to the list. I cannot find any info on how to do this and would like to hear from the community if (and how) this works.

 

Thank you!

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

Use a Power Automate trigger "Item added to list"  and a HTTP call to start the pipeline

Trigger Microsoft Fabric Data Pipeline using Power Automate - Hat Full of Data

 

Warning: You need to debounce that to avoid the 429s

View solution in original post

Srisakthi
Continued Contributor
Continued Contributor

Hi @zilka193 ,

 

As of now there is no direct trigger is available in Fabric for automating files arrival in sharepoint list. But there is an option for triggering pipeline automatically for other sources like ADLS, Onelake, Job events, Workspace events.

 

As @lbendlin  mentioned you can leverage power automate

Regards,

Srisakthi

View solution in original post

5 REPLIES 5
v-bmanikante
Community Support
Community Support

Hi @zilka193,

 

We would like to follow up to see if the solution provided by the super user @lbendlin  resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.


Regards,
B Manikanteswara Reddy

v-bmanikante
Community Support
Community Support

Hi @zilka193,

 

We would like to follow up to see if the solution provided by the super user @lbendlin  resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.


Regards,
B Manikanteswara Reddy

Srisakthi
Continued Contributor
Continued Contributor

Hi @zilka193 ,

 

As of now there is no direct trigger is available in Fabric for automating files arrival in sharepoint list. But there is an option for triggering pipeline automatically for other sources like ADLS, Onelake, Job events, Workspace events.

 

As @lbendlin  mentioned you can leverage power automate

Regards,

Srisakthi

v-bmanikante
Community Support
Community Support

Hi @zilka193,

 

We would like to follow up to see if the solution provided by the super user @lbendlin  resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.


Regards,
B Manikanteswara Reddy

lbendlin
Super User
Super User

Use a Power Automate trigger "Item added to list"  and a HTTP call to start the pipeline

Trigger Microsoft Fabric Data Pipeline using Power Automate - Hat Full of Data

 

Warning: You need to debounce that to avoid the 429s

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors