Skip to content

Commit 9b1441d

Browse files
committed
fix: more linting fixes
1 parent c9241ec commit 9b1441d

File tree

1 file changed

+31
-29
lines changed
  • sources/platform/integrations/data-storage/airtable

1 file changed

+31
-29
lines changed

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

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ This guide will explain how to use the **Apify extension**, for the console inte
3636

3737
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**.
3838

39-
![Access the extensions tab on Airtable UI by pressing tools button](../../images/airtable/airtable_tools_button.png)
39+
![Access the extensions tab on Airtable UI by pressing tools button](../../images/airtable/airtable_tools_button.png)
4040

4141
<!-- TODO: improve pictures when Apify integration is published -->
4242
Search for Apify extenison and install it
4343

44-
![Search for the Apify extension on Airtable](../../images/airtable/airtable_search_apify_extenison.png)
44+
![Search for the Apify extension on Airtable](../../images/airtable/airtable_search_apify_extenison.png)
4545

4646
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.
4747

48-
![Open Apify extension and login](../../images/airtable/airtable_login.png)
48+
![Open Apify extension and login](../../images/airtable/airtable_login.png)
4949

5050
## Extension Overview
5151

@@ -58,18 +58,18 @@ Apify extension helps you map and import data into your Airtable base
5858
- Get dataset items
5959
- Map and import the data into your base
6060

61-
![Apify extension overview](../../images/airtable/airtable_overview.png)
61+
![Apify extension overview](../../images/airtable/airtable_overview.png)
6262

6363
### Run Actor
6464

6565
1. Select any Actor from `Apify store` or `recently used Actors`
66-
![Select Actor screen](../../images/airtable/airtable_actor_select.png)
66+
![Select Actor screen](../../images/airtable/airtable_actor_select.png)
6767

6868
1. Fill in the Actor input form.
69-
![Configure Actor screen](../../images/airtable/airtable_configure_actor.png)
69+
![Configure Actor screen](../../images/airtable/airtable_configure_actor.png)
7070

7171
1. Run the Actor and wait for results
72-
![Run the Actor](../../images/airtable/airtable_actor_run.png)
72+
![Run the Actor](../../images/airtable/airtable_actor_run.png)
7373

7474
### Data Mapping
7575

@@ -79,29 +79,31 @@ This section will explain how to map your run results or dataset items into your
7979

8080
Apify extension has UI elements that allow you to map dataset fields to Airtable fields.
8181

82-
![Run the Actor](../../images/airtable/airtable_mapping_row.png)
82+
![Run the Actor](../../images/airtable/airtable_mapping_row.png)
8383

84-
**Source:** dataset field from Apify.
84+
**Source:** dataset field from Apify.
8585

86-
**Target:** Target Airtable field label. For mode `new` it creates new fields in your table
86+
**Target:** Target Airtable field label. For mode `new` it creates new fields in your table
8787

88-
**Field Type:** Displays the type of the target Airtable field. For `new` mode you need to also specify this field.
88+
**Field Type:** Displays the type of the target Airtable field. For `new` mode you need to also specify this field.
8989

9090
#### Select Fields to Map
9191

92-
The preview window next to the mapping rows will help you view and pick fields from the dataset.
93-
"." character in the labels point to the children elements of an object
92+
The preview window next to the mapping rows will help you view and pick fields from the dataset.
93+
"." character in the labels point to the children elements of an object
9494

95-
**Example Source**: crawl.depth <br/>
96-
**Apify Field**:
97-
```bash
98-
{
99-
crawl: {
100-
depth: 3,
101-
}
95+
**Example Source**: crawl.depth <br/>
96+
**Apify Field**:
97+
98+
```bash
99+
{
100+
crawl: {
101+
depth: 3,
102102
}
103-
```
104-
![Preview dataset fields](../../images/airtable/airtable_field_previews.png)
103+
}
104+
```
105+
106+
![Preview dataset fields](../../images/airtable/airtable_field_previews.png)
105107

106108
#### Automatic field matching
107109

@@ -114,26 +116,26 @@ it checks for fields in your table with label either `depth` or `crawl.depth`. I
114116

115117
#### Duplicate filtering
116118

117-
Select a **unique ID** on the data mapping step. The unique ID will be added to the list of mapping rows.
118-
Make sure it points to the correct field in your table. While importing the data will be filtered by existing values in the table.
119-
![Select unique ID](../../images/airtable/airtable_unique_id.png)
119+
Select a **unique ID** on the data mapping step. The unique ID will be added to the list of mapping rows.
120+
Make sure it points to the correct field in your table. While importing the data will be filtered by existing values in the table.
121+
![Select unique ID](../../images/airtable/airtable_unique_id.png)
120122

121123
#### Preview Mapped Data
122124

123-
Preview the results and start the import
125+
Preview the results and start the import
124126

125-
![Preview Mapped Data](../../images/airtable/airtable_preview.png)
127+
![Preview Mapped Data](../../images/airtable/airtable_preview.png)
126128

127129
### Run Task
128130

129131
You can select and run any saved Apify task directly from the extension to reuse preconfigured inputs.
130132

131-
![Run task](../../images/airtable/airtable_task.png)
133+
![Run task](../../images/airtable/airtable_task.png)
132134

133135

134136
### Get Dataset
135137

136138
Retrieve items from any Apify dataset and import them into your Airtable base with a single click.
137139

138-
![Get dataset](../../images/airtable/airtable_dataset.png)
140+
![Get dataset](../../images/airtable/airtable_dataset.png)
139141

0 commit comments

Comments
 (0)