🐛 Minor fixes

This commit is contained in:
Tanay Pant 2020-08-12 13:50:03 +02:00
parent b4630e84dd
commit 89dc991389
4 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ return [
![Using the Set node to set a value when the condition is true](./Set_node.png)
### 4. Set node (for 'false' condition)
### 4. Set1 node (for 'false' condition)
1. Create a *Set* node connected to the 'false' output of the IF node.
2. Click on the ***Add Value*** button and select 'String' from the dropdown list.

View File

@ -53,7 +53,7 @@ The start node exists by default when you create a new workflow.
![Using the Set node to set data to be inserted by the CrateDB node](./Set_node.png)
### 4. CrateDB node (Insert)
### 4. CrateDB1 node (Insert)
1. Select the credentials that you entered in the previous CrateDB node.
2. Enter `test` in the ***Table*** field.

View File

@ -60,7 +60,7 @@ The Start node exists by default when you create a new workflow.
![Using the Google Sheets node to insert data into a Google Sheets spreadsheet](./GoogleSheets_node.png)
### 4. Google Sheets node (Read)
### 4. Google Sheets1 node (Read)
1. Select the credentials that you entered in the previous Google Sheets node.
2. Select 'OAuth2' in the ***Authentication*** field.

View File

@ -53,7 +53,7 @@ The start node exists by default when you create a new workflow.
![Using the Set node to set data to be inserted by the MySQL node](./Set_node.png)
### 4. MySQL node (Insert)
### 4. MySQL1 node (Insert)
1. Select the credentials that you entered in the previous MySQL node.
2. Enter `test` in the ***Table*** field.