Skip to content

Commit 46559d7

Browse files
committed
google sheets mappings 2.0 section
1 parent 743d4d9 commit 46559d7

File tree

1 file changed

+16
-0
lines changed
  • src/connections/destinations/catalog/actions-google-sheets

1 file changed

+16
-0
lines changed

src/connections/destinations/catalog/actions-google-sheets/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source
2727
> info ""
2828
> The Google Sheets destination only supports sending new or updated rows to your spreadsheet. Deleting rows is not supported.
2929
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+
3046
{% include components/actions-fields.html settings="false"%}
3147

3248
## FAQ

0 commit comments

Comments
 (0)