Hi,
I'm trying to query a table from my message broker. As the schemas are different,
Earlier, without the schema name, I was getting exceptions by my message flow.
To avoid this, I had to hard code the schema name in my code.
In order to avoid the hard coding, I added the CurrentSchema...