Hi,
I am getting a Invalid column index error while passing a dynamic parameter in the pure sql. One thing i noticed is "type" is not getting generated to the parameter during the configuration step in custom sql , which i need to add manually from the xsd.
Also I can able to run some other similar queries successfully without an issue. In some blogs i see that the error happens if we pass more parameters than query expects. But in my case i am just passing one parameter which was not getting assigned as i am seeing a "?" in the flow. Does anyone aware of the issue?
Thanks in advance