Hello @Kumaresan P , Can you confirm if you have a ROWVERSION column in your SQL table? as it is required as per the Known issues and limitations for SQL server connector. The SQL connector uses the rowversion column of a row to easily determine whether an update statement has been run against the row since the last time it was read.
When a item is modified logic apps trigger does not works
Kumaresan P
6
Reputation points
i have created a logic app with trigger when an item is modified in SQL server on premise (installed gateways are connected when an item is created it is working fine) but using trigger when an item is modified not triggering the logic apps
2 answers
Sort by: Most helpful
-
ChaitanyaNaykodi-MSFT 26,956 Reputation points Microsoft Employee
2020-08-25T22:17:53.06+00:00 -
Maksym Abramchenko 5 Reputation points
2025-01-10T10:05:35.3466667+00:00 Table must have an IDENTITY column for the When an item is created trigger (V2)
Table must have a ROWVERSION (a.k.a. TIMESTAMP) column for the When an item is modified trigger (V2).
Try to create a new table with these added columns and recreate the API connection again in your logic app and verify if you are able to see the tables in the dropdown.