Airtable

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

Component For Airtable Database


Properties

You can set the below properties in the UI part of the builder.

  • ApiKey - it's a text value which is set to blank by default.
  • BaseId - it's a text value which is set to blank by default.
  • TableName - it's a text value which is set to mytable by default.
  • ViewType - it's a text value which is set to grid view by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

ApiKey

Api Key for Airtable


BaseId

Returns Base Id for Airtable


TableName

Set The Airtable Table Name


ViewType

Returns The Value of View Name



Methods

You can set the below method blocks in the blocks section of the builder.

CreateRow

Creates A Row With The Provided List/Single String Of Column Name And Values

DeleteRow

Deletes The Row In The Specified Row Number

GetAllRows

Fetches All The Rows

GetCell

Use this block to get data for a Cell. Specify row number and column name

GetColumn

Get Column From Provided Column Name And Max Record

GetRow

Gets The Data Of A Specific Row

SetCell

Sets Cell Value

UpdateRow

Updates A Row By Number


Events

You can set the below event blocks in the blocks section of the builder.

CellUpdated

Raises After Cell Updated Successfully

DeletedRow

Raises After Row Deleted Successfully

GotAllRows

Raises After Got All Rows Successfully

GotCell

Raises After Got Cell Successfully

GotColumn

Raises After Got Column Successfully

GotRow

Raises After Got Row Successfully

RowCreated

Raises After Row Created Successfully

RowUpdated

Raises After Row Updated SuccessFully