SQL Connector Plugin Parameters

Hello,

When I initiate the following query during the plugin set up, it works, but no results are shown in the front end.

But when I hardcode the organization name into the query it works in the front end.

It’s as if the test value of the parameter is not being passed to the query.

Any ideas? Thanks

@borjaobeso1 you need to use ? instead of @Organization_Name. See this post for more information: SQL Connector SQL Server Parameter Format