Skip to content

Commit 1a1ec4e

Browse files
Merge pull request #7060 from segmentio/DOC-978
Google Sheets - Mappings 2.0 [DOC-978]
2 parents 145e084 + 933fe44 commit 1a1ec4e

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ 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 **Sync modes**, which allow you to select a strategy for updating your data in Google Sheets.
33+
34+
### Sync modes
35+
Sync modes allow users to define how Segment updates the data in your destination.
36+
37+
Available sync modes for the Post Sheet v2 Action includes:
38+
- **Update**: Update a record if a match with the specified identifier is found. Segment does nothing if the row doesn't exist.
39+
- **Upsert**: If a record with the specified identifier is found, it is updated. If not, a new row is created.
40+
- **Add**: Add a new record when the specified identifier doesn't exist. If it does, the record is skipped.
41+
3042
{% include components/actions-fields.html settings="false"%}
3143

3244
## FAQ

0 commit comments

Comments
 (0)