I'm trying to print a simple console.log with retool JS code execution but it's not printing anything. Attached are screenshots. I sincerely have no idea why this isn't working.
Any help would be appreciated. I'm manually running them with no luck.
I'm trying to print a simple console.log with retool JS code execution but it's not printing anything. Attached are screenshots. I sincerely have no idea why this isn't working.
Any help would be appreciated. I'm manually running them with no luck.
@machinelearning Welcome to the community!
Does the return statement in the query works?
console.log("Hello from Retool");
return "Check Console";
Check your filters. You may have "Hide info messages" set.