From f9dbcc069bc8cc277364c2eb13204f3ca06be90d Mon Sep 17 00:00:00 2001 From: Asad Date: Sun, 15 Mar 2026 17:51:04 -0400 Subject: [PATCH] re-run airtable example --- docz/docs/03-demos/30-cloud/22-airtable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docz/docs/03-demos/30-cloud/22-airtable.md b/docz/docs/03-demos/30-cloud/22-airtable.md index 820ada5..24666a6 100644 --- a/docz/docs/03-demos/30-cloud/22-airtable.md +++ b/docz/docs/03-demos/30-cloud/22-airtable.md @@ -207,7 +207,7 @@ const wb = XLSX.readFile("SheetJSAirtableTest.xlsb"); :::note Tested Deployments -This demo was last tested on 2025-04-21. In the most recent test, free accounts +This demo was last tested on 2026-03-15. In the most recent test, free accounts included limited API access. ::: @@ -218,7 +218,7 @@ included limited API access. API actions will require a PAT, which must be created through the developer hub: -1) Click on account icon (topright area of the page) and select "Builder Hub". +1) Click on account icon (bottom left area of the page) and select "Builder Hub". :::caution pass