Hi,
I am trying to conect to an endpoint using a dynamic query parameter from a simple SQL query:
SELECT
[CODE_ID] as codeId
FROM [dsa].[Products]
I use {codeId} as value in the query parameter.
When deploying, I get the following error: Format of the initialization string does not conform to specification starting at index 0.
When I hard-code the codeId, it works. Using this query does not work. There are around 600 codeId's in the query. Even when i limit it to 2 id's, it gives me the same error.
My API documentation does not mention anything about extra parameters. Also, the logs do not give me much more information, other than the error I mentioned.
Anyone has experience with this error and has a possible solution?
Kind regards,
René