Run query not working when I am passing connection string and sql in argument

run query not working when I am passing connection string and sql in argument

@Aditya10989

Please provide more details on what error youa re getting

And use log message to check if sql statement is proper int he argument

Cheers

image
As mentioned in screenshot selectQuery is a library method here I am passing connection string and sql query arguments in output I am getting null value. and when I used run query activity same variable I have passed its working as expected.

What package is this Select Query From? Is it something Internally developed?

@Aditya10989

Then please check the activity you are using…it looks like an internally developed activity …check inside the activity by getting thw source code of it

Cheers

yes I have checked if I am passing same value in library its working fine. but when I passing those value from application its returning null

@Aditya10989

Can you show what is there inside the library please

That way we cna debug…its an internal activity so cant say exactly what is going wrong unless we have more details

Cheers

image
this is the library only used run query

@Aditya10989

In library is the output assigned to an out argument and direction is out?

Cheers