Logic app trigger skips when From SharePoint we will get the data in blob

Gokul Krishna 0 Reputation points
2025-02-24T07:39:28.1366667+00:00

We are trying to get data stored in OneDrive and ingest it into the blob storage. We are creating triggers but the result shows that they are skipped.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,367 questions
{count} votes

1 answer

Sort by: Most helpful
  1. RithwikBojja 240 Reputation points Microsoft Vendor
    2025-02-25T04:13:40.5266667+00:00

    Hi @Gokul Krishna,

    Firstly, If you are using One Drive Connector, then you can use below connectors:

    enter image description here

    Here, I have used below trigger:

    enter image description here

    When a file is uploaded :

    enter image description here

    It gets triggered as below:

    enter image description here

    When it is not been triggered, the logic app trigger always checks the condition of trigger and when the condition is not met, it gets skipped as below:

    enter image description here

    If you are using SharePoint connectors:

    enter image description here

    Even when you are using SharePoint connector, when the condition is met, then only it triggers. Make sure you give correct folder or file or condition so that it triggers without skipping.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.