From d3823bc8767596855682f8894b0fce7b5c3e5fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Mon, 26 Feb 2024 08:35:25 +0100 Subject: [PATCH] Adding additional docs for Airtable --- website/forms/integrations/airtable.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/forms/integrations/airtable.md b/website/forms/integrations/airtable.md index cc148c598..c986edec2 100644 --- a/website/forms/integrations/airtable.md +++ b/website/forms/integrations/airtable.md @@ -32,3 +32,10 @@ Airtable is an platform that makes it easy to build powerful, custom application * Single Select * Multiple Choices * Checkbox +* Currency +* MultipleRecordLinks + +:::caution +The Airtable MultipleRecordLinks field relies on the Airtable API to create records in a linked table. +To optimize the performance of forms, you cannot change/preview these records in the backend. They are pulled and displayed only in the frontend. +:::