Does a "$" Symbol in a PostgreSQL Step Call to a Variable in the Pipedream Workflow and Need to be Escaped for Proper Execution?

So strange, still struggling with this after escaping like that - still diving in. I think the issue is Pipedream is picking it up as this:

Your custom SQL Query using $1, $2… to represent values (eg. INSERT INTO users(name, email) VALUES($1, $2)

But I’m not using the value fields