Hi,
I am able to build and access the database. But the value returned for a query and stored in a variable is: [object Object].
I am not sure if I am printing the variable incorrectly or if i need to access it in another way. My output statement is: “The response is: {{variables.DBResponse}}”, where DBResponse is the name of my variable.
Any help in the matter on how to store and print results from a query so it doesnt show as [object Object] would be helpful!