Event based approach for SharePoint list in ADF

Suraj Sasidaran 0 Reputation points
2024-06-26T07:00:26.5833333+00:00

Hi All,

I have a share point list and Iam able to connect the same and get data and load it into blob storage

I am now interested to know is it possible to do anything

event based approach to load data the data into blob

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,983 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nandan Hegde 30,716 Reputation points MVP
    2024-06-26T07:19:10.6866667+00:00

    Unfortunately ADF doesnt have that in built trigger functionality.

    So for you to have an event based flow, you would have to use Power automate

    https://powerusers.microsoft.com/t5/Using-Connectors/I-want-to-start-a-new-flow-trigger-when-a-value-in-a-Sharepoint/td-p/2009547#:~:text=1)%20You%20trigger%20the%20workflow,lots%20of%20flows%20using%20this.%20You%20trigger%20the%20workflow,lots%20of%20flows%20using%20this.)

    and trigger the ADF pipeline via it


  2. Suraj Sasidaran 0 Reputation points
    2024-07-01T14:07:16.62+00:00

    Hi All,

    Is it possible to do it using event hub or event grid

    0 comments No comments