JS Code query will not print anything [bug]

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.


1 Like

@machinelearning Welcome to the community!

Does the return statement in the query works?

console.log("Hello from Retool");
return "Check Console";

Screenshot 2024-07-01 at 8.09.50 AM

Check your filters. You may have "Hide info messages" set.

1 Like