This topic was automatically generated from Slack. You can find the original thread here.
got this error creating mysql trigger on new record, it happen when i cloned a workflow
Error executing query {
message: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '? WHERE Key_name = 'PRIMARY'' at line 1",
code: 'ER_PARSE_ERROR',
errno: 1064,
sql: "SHOW KEYS FROM ? WHERE Key_name = 'PRIMARY'",
sqlState: '42000',
sqlMessage: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '? WHERE Key_name = 'PRIMARY'' at line 1"
}