Hi,
I have an app that is using Common Data Model entities as storage. And I'd like to trigger a Flow that whenever a SQL Server table or row gets updated, it updates a corresponding row in the Common Data Model. I want to have both persistence methods in sync. However, Flow doesn't seem to have a Trigger for SQL Server. Is there any workaround for this?
Thanks.
Hi @gpiffaretti,
I have moved your posts from PowerApps forum to microsoft Flow forum.
For the questions, yes, currently there is no SQL server trigger provided under Microsoft Flow, and if you would like to add this, please consider to submit an idea in the Flow idea forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
For the workaround, there is database mail feature available under SQL server, please consider to setup the database mail with the corresponding action, then use the "When a New Mail arrives" trigger (with some condition filter) under Microsoft Flow to trigger the update for CDS.
Adding some reference:
Hope this information is helpful.
Regards,
Michael