I’m looking to make a pipeline fragment where the query to be run will be passed in as a pipeline fragment parameter.
It looks like it is not possible specify the SQL Query section as something like ${query} since these values get sanitized. You can only do something like SELECT * FROM TABLE WHERE ID=${id_param}.
Is it possible to set a value in an expression evaluator like
/query=”SELECT * FROM DUAL”
and have it run by referencing the /query variable on the record?