2
0

📝 Add Sheets advanced example video

This commit is contained in:
Baptiste Arnaud
2023-08-24 17:52:41 +02:00
parent e62e71c133
commit 27b15a0f10
2 changed files with 6 additions and 1 deletions

View File

@ -249,7 +249,8 @@ export const BlockNode = ({
)}
{(isConnectable ||
(pathname.endsWith('analytics') && isInputBlock(block))) &&
hasDefaultConnector(block) && (
hasDefaultConnector(block) &&
block.type !== LogicBlockType.JUMP && (
<SourceEndpoint
source={{
groupId: block.groupId,

View File

@ -18,6 +18,10 @@ In order to properly work, your spreadsheet must have its first row as a header
For this, you will need to set a new variable with the value "Today" before the Google Sheets block. Then you can simply use this variable in the Google Sheets block.
## Advanced
<YoutubeEmbed videoId="2E0gK-PwFK4" />
## 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 👍