I am trying to see any console logs, and I cannot see any. I even tried to console.log something simple like "hello" in a query with nothing but that, and it won't show up. Is the debug console broken? How can I get it to show logs?
hi @suzana is this in a transformer or JS query? are you running the query, or -- if transformer -- changing its inputs? usually hitting the "Preview" button won't generate new logs so be aware of that. you can add a semicolon somewhere and hit "Save" button which should print stuff out to the logs.
Hi @trz-justin-dev , thank you so much for your response! I am running a JS query which triggers a SQL query. The JS query is below. Absolutely none, not even the first console.log are printing. I select a csv through a file selector and then press Submit, which triggers the JS query which then triggers the SQL query.
I am stumped why they are not printing. Am I parsing the CSV incorrectly? But I don't think that's the problem because not even the first log ('Before anything') is printing. Ultimately, I would just like to output (see in the logs) the entries that are not found. The attached screenshot shows that it says the query ran successfully but I don't see any console logs in the debug console. Any help is greatly appreciated - thank you again!