I have a simple mysql node that is intended to update a JSON value in the database. The query is straight forward:
Query parameters are:
When the node executes I do get a “true” response but the value of alert_rules does not actually update.
I can paste this json directly into the database, and it will save without errors.
I can only image there is something that n8n is doing with the json that is preventing it from actually persisting when the module is executed?