I want to delete from a schema abcMySchema.
In this schema I am storing the Label of the workflow: MyWorkflow.
I have added a SQL Code Action: DELETE FROM abcMySchema WHERE sWorkflowName = <%= instance.label %>;
I am getting the following errors:
PGS-22000 PostgreSQL error: ERROR: column "myworkf...