Update: Replace embed with link for airtable (#4380)

This commit is contained in:
Jamie Madden
2026-03-19 11:47:19 +01:00
committed by GitHub
parent b9b7cfab78
commit db87042c3b

View File

@@ -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.
<iframe class="airtable-embed" src="https://airtable.com/embed/shrNX9tjPkVLABbNz?backgroundColor=orange&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
<a href="https://airtable.com/embed/shrNX9tjPkVLABbNz?backgroundColor=orange&viewControls=on" target="_blank">Click here to access.</a>
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.