Seth Wilberforce: I would like to request a new trigger for MS SQL Server. I would like the trigger to be initiated when a new row is added to a query on the database. Zapier has this functionality, and allows me to integrate without ERP in many ways. I prefer the extra functionalities of Integromat in general so if this feature was added i could switch everything over from Zapier.
Eder Balbino: I’d like to monitor one MySQL table. When record is added to it, I want to send email, SMS, Push and so on.
Muhammad Sumair Kaleem: I want to connect and sync Ms Sql Server Data To Woocommerce.
Daud: I have a mysql database that gets updated every 2 hours with new rows & sometimes older rows get updated as well.
Martin: Martin: Are you planning to have a trigger "New record added" for the MySQL connector at any time? This is missing compared to Zapier.
-------------------------------------------------
BESTPRACTICE: Implement a stored procedure (https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html) that will return all rows added to a table / modified since the last time it was called.
Created by Tereza Klobouckova
·