
Announcements
I noticed flow has added SQL server triggers. But when I tried using the 'SQL Server: When an item is created' trigger it always says 'No new data' even though rows that match my filter have been added.
I reffered to documentation of the SQL connector https://docs.microsoft.com/en-US/connectors/sql/
It says
When invoking triggers, there are the following limitations:
Trigger is not supported for on-premises SQL server
If this is why, then what kind of SQL Server does these triggers support? Azure SQL?
Hi @ henrypei,
Yes,you are right, these triggers support the Azure SQL as you guessed.
You could refer to link below to experience yourself with Azure SQL:
https://azure.microsoft.com/en-us/services/sql-database/
Regards,
Alice Zhang