📝 Add Sheets advanced example video
This commit is contained in:
@ -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,
|
||||
|
@ -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 👍
|
||||
|
Reference in New Issue
Block a user