Hello, For a project I seem to be running into limitations with the MySql integration with Zapier.
The first one is no having the option to run a custom query to update the database, because of that it takes about 10 steps to update my database instead of just one with the help of a stored procedure. I tried to use an update stored procedure with find row by a custom query but sadly it’s read-only.
secondly, I would love to do the same things with views as we currently can do with tables, so things like updating and selecting can take fewer steps.
Does anyone have tips?