Skip to content

Commit 2333242

Browse files
committed
object support
1 parent 9e63c16 commit 2333242

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ When syncing data to Google Sheets, the columns will be arranged alphabetically,
5858
### Can I add or remove columns after data has been synced?
5959

6060
Once data has been synced to Google Sheets, any subsequent addition or removal of columns in the RETL Model and/or Mapping may lead to misalignment of existing data, as Segment does not retroactively adjust previously synced data. For updates involving column modifications, Segment recommends starting with a new Sheet to ensure data integrity.
61+
62+
### Can I send objects to Google Sheets?
63+
64+
Sending a JavaScript Object is not a supported data type in Google Sheets. You would need to stringify this property first, failure to do so may result in a `400` error. Our Actions mapping framework supports encoding Objects as Strings via the `json(properties, encode)` method. Alternatively an Insert Function can be used to modify the property.

0 commit comments

Comments
 (0)