From 155fe0daf01b5ee2ef1a40c4da2740fb2f149d2d Mon Sep 17 00:00:00 2001 From: aya <15815271+ayatnkw@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:41:28 +0100 Subject: [PATCH 1/2] fix url to Aritable article on creating Record IDs --- docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md index ebb1821a0..7297890da 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md @@ -46,7 +46,7 @@ To fetch data for a particular record, you need the Record ID. There are two way ### 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. +To create a `Record ID` column in your table, refer to this [article](https://support.airtable.com/docs/finding-airtable-ids). You can then use this Record ID in your Airtable node. ### Use the List operation From 03d7addabc0e656ceeebba2af37f2c6a0afa97eb Mon Sep 17 00:00:00 2001 From: Deborah Date: Mon, 25 Mar 2024 08:22:34 +0000 Subject: [PATCH 2/2] Update docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md --- docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md index 7297890da..d23167b94 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable.md @@ -46,7 +46,7 @@ To fetch data for a particular record, you need the Record ID. There are two way ### Create a Record ID column in Airtable -To create a `Record ID` column in your table, refer to this [article](https://support.airtable.com/docs/finding-airtable-ids). You can then use this Record ID in your Airtable node. +To create a `Record ID` column in your table, refer to this [article](https://support.airtable.com/docs/finding-airtable-ids){:target=_blank .external-link}. You can then use this Record ID in your Airtable node. ### Use the List operation