2
0

📝 (sheets) Add instructions on how to format spreadsheet

This commit is contained in:
Baptiste Arnaud
2023-03-30 15:53:01 +02:00
parent 684e6338e2
commit 61981f9e92
4 changed files with 422 additions and 106 deletions

View File

@@ -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 👍

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB