Send Airtable Data
by @pixies
Send data to Airtable
How to Use
After setting up a service using information from the introduction and authentication section of https://airtable.com/api, add the table name or ID to the ‘tableName’ field. Change the type of the ‘fields’ field to object properties, add the name of each column you want to set on the ‘property’ side and the value you want to set it to on the ‘value’ side.
Troubleshooting
Make sure to use the ID for the whole base for the service and not just the board ID
Inputs
Name | Required | Type | Description |
---|---|---|---|
fields |
object
|
The fields in your table and what to set them to | |
tableName |
string
|
Name of the table to draw information from | |
airtableapi |
airtable/api integration
|
Outputs
Name | Required | Type | Description |
---|---|---|---|
No outputs for this brick defined. |