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 } },