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: src/connections/destinations/catalog/actions-google-sheets/index.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,22 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source
27
27
> info ""
28
28
> The Google Sheets destination only supports sending new or updated rows to your spreadsheet. Deleting rows is not supported.
29
29
30
+
## Actions v2
31
+
32
+
Segment's v2 Action, [Post Sheet v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-object-v2), supports the following features:
33
+
34
+
-**Sync modes**: Control how Segment updates your data by selecting a sync mode, or a strategy for updating your data in Google Sheets.
35
+
-**Dynamic dropdowns**: When creating or updating a mapping in the Segment app, the dropdown auto-populates all of the available properties directly from Google Sheets.
36
+
-**Create and modify data**: Use Sync modes to create objects in Google Sheets without having to leave the Segment app.
37
+
38
+
### Sync modes
39
+
Sync modes allow users to define how Segment should update the data in your destination.
40
+
41
+
Available sync modes for the Post Sheet v2 Action includes:
42
+
-**Update**: Update a record if a match with the specified identifier is found. Segment does nothing if the row doesn't exist.
43
+
-**Upsert**: If a record with the specified identifier is found, it is updated. If not, a new row is created.
44
+
-**Add**: Add a new record when the specified identifier doesn't exist. If it does, the record is skipped.
45
+
30
46
{% include components/actions-fields.html settings="false"%}
0 commit comments