Skip to content

Commit 2dcbde9

Browse files
committed
feat: adjust Airtable integration docs
1 parent 07e9623 commit 2dcbde9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,20 @@ To use the Apify integration for Airtable, ensure you have:
4444

4545
![Airtable integration option among other available integrations](../images/airtable/set-up-integration-1.png)
4646

47+
1. Select the upload mode:
48+
- **CREATE**: New table is created for each run of this integration.
49+
- **APPEND**: New records are added to the specified table. If the table does not yet exist, new one is created.
50+
- **OVERWRITE**: All records in the specified table are replaced with new data. If the table does not yet exist, new one is created.
51+
4752
1. Select a connected Airtable account and choose the base where the Actor run results will be uploaded.
4853

49-
1. Enter a table name. A new table will be created for each execution of this integration. To ensure uniqueness, use dynamic variables. If a table with the same name already exists, a random token will be appended.
54+
1. Enter a table name or select an existing one.
55+
56+
To ensure uniqueness when using CREATE mode, use dynamic variables. If a table with the same name already exists in CREATE mode, a random token will be appended.
5057

5158
![Airtable integration configuration form](../images/airtable/set-up-integration-2.png)
5259

53-
1. Save the integration. Once your Actor runs, youll see its results uploaded to Airtable.
60+
1. Save the integration. Once your Actor runs, you'll see its results uploaded to Airtable.
5461

5562
![Airtable table filled with data](../images/airtable/set-up-integration-3.png)
5663

9.82 KB
Loading

0 commit comments

Comments
 (0)