Help
Stevan_Popovic
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Dec 28, 2020
‎Nov 29, 2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

I am trying to write multiple new records to a table. The docs suggest doing this like so: table.createRecordsAsync([{'My field name': '1'}, {'My field name': '2'}, {'My field name': '3'}]); In my code I have the following test: table.createRecordsA...
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…