You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/data-storage/airtable/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,16 @@ To use the Apify integration for Airtable, ensure you have:
25
25
26
26
You could integrate Apify with Airtable using one of two available options. This guide explain how to use the extension which is the recommended integration.
27
27
28
-
-**Apify Extension** on Airtable website.
29
-
-**console integration** on the Actor page.
28
+
-_Apify extension_ on Airtable website.
29
+
-_Console integration_ on the Actor page.
30
30
31
-
This guide will explain how to use the **Apify extension**, for the console integration just go to the *Console integration* page in the docs.
31
+
This guide will explain how to use the _Apify extension_, for Apify Console integration go to the _Console integration_ page in the docs.
32
32
33
33
## Setup
34
34
35
35
### Install Apify extension
36
36
37
-
Go to [Airtable](https://airtable.com) and open the base you would like to work with. Press the **tools button**on the right side of the screen and press the **Add an extension button**.
37
+
Go to [Airtable](https://airtable.com) and open the base you would like to work with. Press the **Tools**dropdown in the top right corner and click **Extensions**.
38
38
39
39

40
40
@@ -43,13 +43,13 @@ Search for Apify extenison and install it
43
43
44
44

45
45
46
-
Open the Apify extension and login using OAuth 2.0 with your Apify account. If you dont have an account, visit [Apify Registration](https://console.apify.com/sign-up) page.
46
+
Open the Apify extension and login using OAuth 2.0 with your Apify account. If you dont have an account, visit [Apify registration](https://console.apify.com/sign-up) page.
47
47
48
48

49
49
50
50
## Extension Overview
51
51
52
-
Apify extension helps you map and import data into your Airtable base
52
+
Apify extension helps you map and import data into your Airtable base.
53
53
54
54
### Features
55
55
@@ -109,14 +109,15 @@ The preview window next to the mapping rows will help you view and pick fields f
109
109
110
110
Apify extension looks at the field labels in your table and matches them with dataset fields giving you a default list of mappings.
111
111
112
-
**How does it work:** <br/>
112
+
##### How does it work
113
+
113
114
Source: `crawl.depth`
114
115
it checks for fields in your table with label either `depth` or `crawl.depth`. If there is a match it adds a mapping row automatically.
115
116
116
117
117
118
#### Duplicate filtering
118
119
119
-
Select a **unique ID** on the data mapping step. The unique ID will be added to the list of mapping rows.
120
+
Select a **Unique ID** on the data mapping step. The unique ID will be added to the list of mapping rows.
120
121
Make sure it points to the correct field in your table. While importing the data will be filtered by existing values in the table.
0 commit comments