From 46559d760b6f30277246d2c9fca2685b806a5ee6 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:28:35 -0400 Subject: [PATCH 1/4] google sheets mappings 2.0 section --- .../catalog/actions-google-sheets/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/connections/destinations/catalog/actions-google-sheets/index.md b/src/connections/destinations/catalog/actions-google-sheets/index.md index 0788216d54..c7fe6538ce 100644 --- a/src/connections/destinations/catalog/actions-google-sheets/index.md +++ b/src/connections/destinations/catalog/actions-google-sheets/index.md @@ -27,6 +27,22 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source > info "" > The Google Sheets destination only supports sending new or updated rows to your spreadsheet. Deleting rows is not supported. +## Actions v2 + +Segment's v2 Action, [Post Sheet v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-object-v2), supports the following features: + +- **Sync modes**: Control how Segment updates your data by selecting a sync mode, or a strategy for updating your data in Google Sheets. +- **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. +- **Create and modify data**: Use Sync modes to create objects in Google Sheets without having to leave the Segment app. + +### Sync modes +Sync modes allow users to define how Segment should update the data in your destination. + +Available sync modes for the Post Sheet v2 Action includes: +- **Update**: Update a record if a match with the specified identifier is found. Segment does nothing if the row doesn't exist. +- **Upsert**: If a record with the specified identifier is found, it is updated. If not, a new row is created. +- **Add**: Add a new record when the specified identifier doesn't exist. If it does, the record is skipped. + {% include components/actions-fields.html settings="false"%} ## FAQ From 0298b0a8d2ceae4c3395116522af00ed6d70b07c Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:37:36 -0400 Subject: [PATCH 2/4] [netlify-build] --- .../destinations/catalog/actions-google-sheets/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-google-sheets/index.md b/src/connections/destinations/catalog/actions-google-sheets/index.md index c7fe6538ce..a77acd577c 100644 --- a/src/connections/destinations/catalog/actions-google-sheets/index.md +++ b/src/connections/destinations/catalog/actions-google-sheets/index.md @@ -32,7 +32,6 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source Segment's v2 Action, [Post Sheet v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-object-v2), supports the following features: - **Sync modes**: Control how Segment updates your data by selecting a sync mode, or a strategy for updating your data in Google Sheets. -- **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. - **Create and modify data**: Use Sync modes to create objects in Google Sheets without having to leave the Segment app. ### Sync modes From d56700f6a1ba2a9cea09e1f0c23a413223ddcf92 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:53:04 -0400 Subject: [PATCH 3/4] rm create + unify note at direction of Sharan --- .../destinations/catalog/actions-google-sheets/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/connections/destinations/catalog/actions-google-sheets/index.md b/src/connections/destinations/catalog/actions-google-sheets/index.md index a77acd577c..51411ed412 100644 --- a/src/connections/destinations/catalog/actions-google-sheets/index.md +++ b/src/connections/destinations/catalog/actions-google-sheets/index.md @@ -29,10 +29,7 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source ## Actions v2 -Segment's v2 Action, [Post Sheet v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-object-v2), supports the following features: - -- **Sync modes**: Control how Segment updates your data by selecting a sync mode, or a strategy for updating your data in Google Sheets. -- **Create and modify data**: Use Sync modes to create objects in Google Sheets without having to leave the Segment app. +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. ### Sync modes Sync modes allow users to define how Segment should update the data in your destination. From 933fe44f4742f43a4cddea2e97aa74dfab50dded Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:15:49 -0400 Subject: [PATCH 4/4] Update src/connections/destinations/catalog/actions-google-sheets/index.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- .../destinations/catalog/actions-google-sheets/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/actions-google-sheets/index.md b/src/connections/destinations/catalog/actions-google-sheets/index.md index 51411ed412..fe6b9ad858 100644 --- a/src/connections/destinations/catalog/actions-google-sheets/index.md +++ b/src/connections/destinations/catalog/actions-google-sheets/index.md @@ -32,7 +32,7 @@ The Google Sheets destination can be connected to **Reverse ETL warehouse source 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. ### Sync modes -Sync modes allow users to define how Segment should update the data in your destination. +Sync modes allow users to define how Segment updates the data in your destination. Available sync modes for the Post Sheet v2 Action includes: - **Update**: Update a record if a match with the specified identifier is found. Segment does nothing if the row doesn't exist.