From 74134bfab2dc91165c9b553c587d356980bf80ba Mon Sep 17 00:00:00 2001 From: Anh Dung Date: Fri, 20 Mar 2026 16:02:19 -0700 Subject: [PATCH] Update template titled Create Shopify Products from Airtable Records --- airtable/record/create_shopify_products/mesa.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/airtable/record/create_shopify_products/mesa.json b/airtable/record/create_shopify_products/mesa.json index 70920310..bd050177 100644 --- a/airtable/record/create_shopify_products/mesa.json +++ b/airtable/record/create_shopify_products/mesa.json @@ -6,6 +6,13 @@ "setup": { "mode": "custom", "fields": [ + { + "key": "create_base_name", + "target": "airtable.path.create_base_name", + "label": "What do you want to name your base?", + "tokens": false, + "description": "Give your new Airtable base a name." + }, { "key": "create_table_name", "target": "airtable.path.create_table_name", @@ -91,8 +98,6 @@ "api_endpoint": "get \/{base}\/{table}", "poll": "@hourly:0 * * * *", "path": { - "base": "{{ template | label: 'Select your Airtable base', description: '' }}", - "table": "", "skip_update_local_fields_metadata": true } },