File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
sources/platform/integrations/data-storage/airtable Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ Apify extension looks at the field labels in your table and matches them with da
126126Source: ` crawl.depth `
127127it checks for fields in your table with label either ` depth ` or ` crawl.depth ` . If there is a match it adds a mapping row automatically.
128128
129+ #### Import operations
130+
131+ 1 . ** CREATE** : New table is created for each run of this integration.
132+ 2 . ** APPEND** : New records are added to the specified table. If the table does not yet exist, new one is created.
133+ 3 . ** OVERWRITE** : All records in the specified table are replaced with new data. If the table does not yet exist, new one is created.
129134
130135#### Duplicate filtering
131136
You can’t perform that action at this time.
0 commit comments