Skip to content

Commit ffaf401

Browse files
authored
Update src/connections/destinations/catalog/actions-google-sheets/index.md
1 parent 2333242 commit ffaf401

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Once data has been synced to Google Sheets, any subsequent addition or removal o
6161

6262
### Can I send objects to Google Sheets?
6363

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.
64+
You can't send JavaScript objects as they're not a supported data type in Google Sheets. You need to stringify the property first. Failure to do so results in a `400` error. Segment's Actions mapping framework supports encoding objects as strings through the `json(properties, encode)` method. Alternatively, you can use an Insert Function to modify the property.

0 commit comments

Comments
 (0)