Hi,
I'm currently creating a Flow in Power Automate that queries the Account entity in Dynamics CRM (Cloud) and inserts it to an on prem SQL database. I was able to get the flow to insert the records to the correct table, but I want the flow to delete all the records in the table beforehand. (in an SSIS package, a SQL query like "DELETE table" would be executed before importing).
I was wondering how do I do this with Power Automate?
Sincerely,
Jason