In database select connector
I prepare sql and input param correctly as below shown, it works at runtime as well
but IDE always gives me error as below, which is annoying, how to get rid of this IDE error?
Thank you all in advance
#MuleSoft
3 respostas
Manish Kumar Yadav (Hitachi Energy) Forum Ambassador
Hello,
I would not prefer to go for a query builder inside the variable rather I would use an Input parameter with Dynamic binding in the connector itself.
If you really want to get rid of then you can use like below , but that is not ideal solution .
#[vars.query default "some default DB query you can write here"]