Trigger a logic app with an item being added to sql

Zack Widdoss 1 Reputation point
2021-08-25T20:42:08.417+00:00

I cannot seem to get my logic app to work when i use the trigger - "when an item is created" in SQL. I know that there are consistently items added to this table, but the trigger always seems to fail. Any thoughts ?

![126453-image.png]1

Community Center Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2021-08-26T07:45:04.88+00:00

    @Zack Widdoss The Select Query parameter here is an OData Select Query, not a SQL Query. So, just order_number_id in your case.

    You can refer the reference doc for the trigger for more information.

    0 comments No comments

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.