diff --git a/docs/nodes/nodes-library/nodes/Airtable/README.md b/docs/nodes/nodes-library/nodes/Airtable/README.md index ff006a5b1..6db94b942 100644 --- a/docs/nodes/nodes-library/nodes/Airtable/README.md +++ b/docs/nodes/nodes-library/nodes/Airtable/README.md @@ -120,13 +120,13 @@ In the screenshot below, you will notice that the node updates the Name field. To fetch data for a particular record, you need the Record ID. There are two ways to get the Record ID. -**1. Create a Record ID column in Airtable** +**Create a Record ID column in Airtable** -To create a `Record ID` column in your table, refer to this [article](https://support.airtable.com/hc/en-us/articles/360051564873-Record-ID). You can then use this Record ID in your Airtable node in n8n. +To create a `Record ID` column in your table, refer to this [article](https://support.airtable.com/hc/en-us/articles/360051564873-Record-ID). You can then use this Record ID in your Airtable node. -**2. Use the List operation** +**Use the List operation** -To get the Record ID of your record, you can use the ***List*** operation of the Airtable node. This operation will return the Record ID along with the fields. You can then use this Record ID in your Airtable node in n8n. +To get the Record ID of your record, you can use the ***List*** operation of the Airtable node. This operation will return the Record ID along with the fields. You can then use this Record ID in your Airtable node. ## Further Reading