File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
sources/platform/integrations/data-storage/airtable Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,19 @@ Apify extension helps you map and import data into your Airtable base.
71711 . Run the Actor and wait for results
7272![ Run the Actor] ( ../../images/airtable/airtable_actor_run.png )
7373
74+ ### Run Task
75+
76+ You can select and run any saved Apify task directly from the extension to reuse preconfigured inputs.
77+
78+ ![ Run task] ( ../../images/airtable/airtable_task.png )
79+
80+
81+ ### Get Dataset
82+
83+ Retrieve items from any Apify dataset and import them into your Airtable base with a single click.
84+
85+ ![ Get dataset] ( ../../images/airtable/airtable_dataset.png )
86+
7487### Data Mapping
7588
7689This section will explain how to map your run results or dataset items into your Airtable base
@@ -98,7 +111,7 @@ The preview window next to the mapping rows will help you view and pick fields f
98111``` bash
99112{
100113 crawl: {
101- depth: 3 ,
114+ depth: ' the field you selected ' ,
102115 }
103116}
104117```
@@ -126,17 +139,3 @@ Make sure it points to the correct field in your table. While importing the data
126139Preview the results and start the import
127140
128141![ Preview Mapped Data] ( ../../images/airtable/airtable_preview.png )
129-
130- ### Run Task
131-
132- You can select and run any saved Apify task directly from the extension to reuse preconfigured inputs.
133-
134- ![ Run task] ( ../../images/airtable/airtable_task.png )
135-
136-
137- ### Get Dataset
138-
139- Retrieve items from any Apify dataset and import them into your Airtable base with a single click.
140-
141- ![ Get dataset] ( ../../images/airtable/airtable_dataset.png )
142-
You can’t perform that action at this time.
0 commit comments