Delete rows from MySQL?

Hi @Shaun , thank you for reaching out!

Currently you can only Insert, Upsert, and Update to MySQL. If the ability to delete from MySQL is something that you’d like to see, we recommend submitting a feature request at Feature Requests - Parabola Community.

One workaround that may be helpful would be to create a new column in your database to indicate rows to be removed. You could then set up a part of your Flow to add an ‘X’ to rows to be deleted (through an Update), and use a database tool to then delete rows where the column has the value ‘X’.

Let us know if you have any questions!

1 Like