Skip to main content
Solved

Custom apps - view logs to console?

  • January 18, 2021
  • 2 replies
  • 25 views

I’ve just started working with custom apps. I’ve gone through the tutorials, but I can’t find a way to view logs to the console in Airtable. Does anyone know how to do this?

I was expecting it to be a tab in the below…

Best answer by Kamille_Parks11

When you console.log () in a custom app it shows up in your browser’s console.

2 replies

Kamille_Parks11
Forum|alt.badge.img+27
  • Brainy
  • 2679 replies
  • Answer
  • January 18, 2021

When you console.log () in a custom app it shows up in your browser’s console.


  • Author
  • Participating Frequently
  • 5 replies
  • January 20, 2021

When you console.log () in a custom app it shows up in your browser’s console.


@Kamille_Parks - great, thanks.