Hello I'm trying to pass a whole sql string into the connector.
For example i have the var SQLSTRING
then in the connector i only write ${SQLSTRING}
when i try to test the connector the following message appears
"Type of expression not admitted for test:
-Entry parameter ´script' is using an expression that contains an unreachable reference"
why is this happening?
Thanks