Skip to content

Commit

Permalink
📝 Add Sheets advanced example video
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Aug 24, 2023
1 parent e62e71c commit 27b15a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/docs/editor/blocks/integrations/google-sheets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 👍

0 comments on commit 27b15a0

Please sign in to comment.