Why am I receiving a SQL syntax error when creating a new MySQL trigger on a cloned workflow?

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"
}

Hey, could you access your Pipedream source page and access the Pipedream mysql trigger having error?

Could it be the ? in the query that’s failing?