Help

Re: Airtable SDK: how to output to console? (with console.log())

Solved
Jump to Solution
1106 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Sergei_RasKar
6 - Interface Innovator
6 - Interface Innovator

I’m coding AT SDK extensions using Visual Studio Code, and most likely I’m missing something but I can’t output to console with console.log() function.
There is no output on VSC terminal, debug console or output. I’ve tried running in debug mode, nothing changes.
There is also a button “Log component to console” - a small bug icon - on the app editor interface, but clicking it seems to change nothing
Thanks ahead for help!

1 Solution

Accepted Solutions
Jack_Manuel
7 - App Architect
7 - App Architect

The console output will be in the browser window you’re using to preview your app. In Chrome you can view it by pressing F12 on your keyboard or selecting View > Developer > JavaScript Console from the top menu.

See Solution in Thread

2 Replies 2
Jack_Manuel
7 - App Architect
7 - App Architect

The console output will be in the browser window you’re using to preview your app. In Chrome you can view it by pressing F12 on your keyboard or selecting View > Developer > JavaScript Console from the top menu.

Thanks a lot for helping me out!