From db87042c3b31f0cc68a2a88a6bbe8fce6b16cca0 Mon Sep 17 00:00:00 2001 From: Jamie Madden Date: Thu, 19 Mar 2026 11:47:19 +0100 Subject: [PATCH] Update: Replace embed with link for airtable (#4380) --- docs/courses/level-two/chapter-5/chapter-5.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/courses/level-two/chapter-5/chapter-5.1.md b/docs/courses/level-two/chapter-5/chapter-5.1.md index d161efd57..02c7fc866 100644 --- a/docs/courses/level-two/chapter-5/chapter-5.1.md +++ b/docs/courses/level-two/chapter-5/chapter-5.1.md @@ -6,9 +6,9 @@ contentType: tutorial Nathan's company stores its customer data in Airtable. This data contains information about the customers' ID, country, email, and join date, but lacks data about their respective region and subregion. You need to fill in these last two fields in order to create the reports for regional sales. -To accomplish this task, you first need to make a copy of this table in your Airtable account: +To accomplish this task, you first need to make a copy of this table in your Airtable account. - +Click here to access. When setting up your Airtable, ensure that the `customerSince` column is configured as a Date type field with the **Include time** option enabled. Without this setting, you may encounter errors in step 4 when updating the table.