You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stateful workflow with "When a row is inserted" SQL connector and using a connection string to the Azure DB, does not trigger when a row is inserted into the table defined in the connector.
If I manually press the Run button, it will trigger but the output body is empty. Zero content length.
No errors indicating the condition.
And yes, SQL change tracking is enabled on the DB and the table.
Abandoned this connector since it has restrictions on the table like an Identity column that is also a PK. This is why it does not trigger. This is not the case in my database. Refactored workflow to use a recurrence connector to periodically query a secondary storage table populated from a standard SQL trigger whenever there are inserts in the target table. Once processed in the logic app workflow, I delete the rows from the secondary storage table. This works fine.
Describe the Bug with repro steps
What type of Logic App Is this happening in?
Standard (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Browser
Latest Edge browser.
Additional context
No response
AB#25044319
AB#25064540
The text was updated successfully, but these errors were encountered: