Skip to content

Commit

Permalink
📝 (sheets) Add instructions on how to format spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 30, 2023
1 parent 684e633 commit 61981f9
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 106 deletions.
8 changes: 8 additions & 0 deletions apps/docs/docs/editor/blocks/integrations/google-sheets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ With the Google Sheets integration step, you can inject, update or get data from

<YoutubeEmbed videoId="UjlZvlqg6mA" />

In order to properly work, your spreadsheet must have its first row as a header row. This is how the block knows which column to update:

<img
src="/img/blocks/integrations/spreadsheet-format.png"
width="600"
alt="Google Analytics block"
/>

## Troubleshooting

The Google sheets block didn't insert or update a row but was supposed to? Make sure to check the [logs](/editor/results). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"api:generate": "tsx --tsconfig ../builder/tsconfig.json ../builder/src/helpers/server/generateOpenApi.ts && tsx --tsconfig ../viewer/openapi.tsconfig.json ../viewer/src/helpers/server/generateOpenApi.ts"
},
"dependencies": {
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/theme-common": "2.3.1",
"@docusaurus/theme-search-algolia": "2.3.1",
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-common": "2.4.0",
"@docusaurus/theme-search-algolia": "2.4.0",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.5.1",
"@typebot.io/docusaurus-preset-openapi": "0.6.5",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 61981f9

Please sign in to comment.