Skip to content

Commit c9241ec

Browse files
committed
fix: linting fix
1 parent 136710c commit c9241ec

File tree

1 file changed

+8
-1
lines changed
  • sources/platform/integrations/data-storage/airtable

1 file changed

+8
-1
lines changed

sources/platform/integrations/data-storage/airtable/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Open the Apify extension and login using OAuth 2.0 with your Apify account. If y
5252
Apify extension helps you map and import data into your Airtable base
5353

5454
### Features
55+
5556
- Run Actors
5657
- Run tasks
5758
- Get dataset items
@@ -60,7 +61,8 @@ Apify extension helps you map and import data into your Airtable base
6061
![Apify extension overview](../../images/airtable/airtable_overview.png)
6162

6263
### Run Actor
63-
1. Select any Actor from `Apify store` or `recently used Actors`
64+
65+
1. Select any Actor from `Apify store` or `recently used Actors`
6466
![Select Actor screen](../../images/airtable/airtable_actor_select.png)
6567

6668
1. Fill in the Actor input form.
@@ -86,6 +88,7 @@ Apify extension has UI elements that allow you to map dataset fields to Airtable
8688
**Field Type:** Displays the type of the target Airtable field. For `new` mode you need to also specify this field.
8789

8890
#### Select Fields to Map
91+
8992
The preview window next to the mapping rows will help you view and pick fields from the dataset.
9093
"." character in the labels point to the children elements of an object
9194

@@ -110,22 +113,26 @@ it checks for fields in your table with label either `depth` or `crawl.depth`. I
110113

111114

112115
#### Duplicate filtering
116+
113117
Select a **unique ID** on the data mapping step. The unique ID will be added to the list of mapping rows.
114118
Make sure it points to the correct field in your table. While importing the data will be filtered by existing values in the table.
115119
![Select unique ID](../../images/airtable/airtable_unique_id.png)
116120

117121
#### Preview Mapped Data
122+
118123
Preview the results and start the import
119124

120125
![Preview Mapped Data](../../images/airtable/airtable_preview.png)
121126

122127
### Run Task
128+
123129
You can select and run any saved Apify task directly from the extension to reuse preconfigured inputs.
124130

125131
![Run task](../../images/airtable/airtable_task.png)
126132

127133

128134
### Get Dataset
135+
129136
Retrieve items from any Apify dataset and import them into your Airtable base with a single click.
130137

131138
![Get dataset](../../images/airtable/airtable_dataset.png)

0 commit comments

Comments
 (0)