Skip to content

ranglang/widget-airtable-import

 
 

Repository files navigation

Widget airtable-import

Support for importing data from Airtable into APITable.

Get Airtable API Key Configuration

  1. How to get the API Key

You need Airtable API Key to get the data source, Airtable API Key can be obtained by referring to Airtable's official documentation or click directly to Airtable Account to get it.

  1. How to get the Base ID

We need the corresponding Airtable Base ID to get the data source, Airtable Base ID can be obtained by clicking into Airtable Rest API, first select the Base you want to import, then copy it from the INTRODUCTION page.

  1. How to get the Table ID

We need the corresponding Airtable Table ID to get the data source, Airtable Table ID can be obtained by clicking into Airtable Rest API , first select the Table you want to import, and then get it from the introduction.

Supported column types

  • Attachment
  • Single line text
  • Multi-line text
  • MultiSelect
  • Number
  • Rating. Default property icon is 'star'
  • Checkbox. Default icon is 'white_check_mark'
  • DateTime. Default format 'YYYY/MM/DD'
  • URL
  • Currency. The default property precision is 2 and symbol is '¥'
  • Percent. The default precision is 2
  • Phone
  • Email
  • SingleSelect
  • Formula
  • Member
  • MagicLink
  • MagicLookUp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.0%
  • CSS 8.0%