Azure Logic Apps get skipped when running

Ceeeee-8261 100 Reputation points
2023-08-27T08:25:23.81+00:00

Good day! I am trying to build an Azure Logic Apps Consumption Type workflow; From SharePoint we will get the data in rows and will ingest it to SQL Server. The workflow ran successfully but it is giving 202 Status messages, and the trigger history is Skipped. Can you please advise what is wrong with our design?

Please see the screenshot of the design and the output below. Thank you in advance for your help.

User's image

User's image

I tried to check the connection for SharePoint, Excel and SQL server and it was connected properly. I would like to know if there's any other blocker as to why it was skipper or not running.

Here's the output:
User's image

User's image

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
Microsoft 365 and Office SharePoint For business Windows
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-08-28T08:47:09.08+00:00

    @Ceeeee-8261 Thanks for reaching out. If you are seeing Skipped in the triggered history then it means that the trigger condition was not met and the trigger did not fire. This can happen if the trigger is set up to only fire when certain conditions are met. If the incoming data does not meet these conditions, the trigger will be skipped and the Logic App will not run.

    Please click on three dots on your trigger --> Settings and validate if you have specified any Trigger Conditions which would have not met and your triggered got skipped.

    User's image

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.