Skip to main content
Solved

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

  • September 6, 2022
  • 2 replies
  • 81 views

Sergei_RasKar
Forum|alt.badge.img+10

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!

Best answer by Jack_Manuel

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.

2 replies

Jack_Manuel
Forum|alt.badge.img+18
  • Brainy
  • 80 replies
  • Answer
  • September 7, 2022

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.


Sergei_RasKar
Forum|alt.badge.img+10
  • Author
  • Known Participant
  • 16 replies
  • September 7, 2022

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!