

However, you can also change the field type of an existing field as well: You’ll always have this option when adding a new field. Selecting a field type determines the nature of data that the field will show. Should you want to add a new field to your table, you can press the “+” icon next to the rightmost field.įor each field you create, you can set a field type. When you create a new database from scratch, you’ll only have three fields. With fields, you can create different criteria for organizing information about your records.


We will use the Set node to ensure that only the data that we set in this node gets passed on to the next nodes in the workflow. In the screenshot below, you will notice that the node only returns the record with the name n8n. Enter Name='n8n' in the Filter By Formula field.Click on Add Option and select 'Filter By Formula' from the dropdown list.You can also add the following expression. Select the following in the Variable Selector section: Nodes > Airtable > Parameters > application.Click on the gears icon next to the Base ID field and click on Add Expression.Select the 'List' option from the Operation dropdown list.Select the credentials that you entered in the previous node.If you want to list records with a different name, use that name instead. This node will list all the records with the name n8n. In the screenshot below, you will notice that the node appends the data that we had set in the previous node. Enter the name of your table in the Table field.For obtaining the Base ID, head over to their API page and select the correct base. Enter the Base ID in the Base ID field.Select 'Append' from the Operation dropdown list.

#AIRTABLE DATABASE UPDATE#
This workflow allows you to insert and update data from a table in Airtable. You can find authentication information for this node here.
#AIRTABLE DATABASE HOW TO#
How to filter records when using the List operation?
