diff --git a/docs/courses/level-one/chapter-2.md b/docs/courses/level-one/chapter-2.md index d666c3968..7b754d6b6 100644 --- a/docs/courses/level-one/chapter-2.md +++ b/docs/courses/level-one/chapter-2.md @@ -13,7 +13,7 @@ In this lesson, you will build a small workflow that gets 10 articles about auto ## 1. Add the Hacker News node -Open the nodes panel, search for the *Hacker News* node, and click on it to add it to the Editor UI. Connect the *Hacker News node* to the *Start node*. +Open the nodes panel, search for the *Hacker News* node, and click on it to add it to the Editor UI. Connect the *Hacker News node* to the *Manual Trigger node*. ## 2. Configure the Hacker News node @@ -40,7 +40,7 @@ Additional fields are options that you can add to certain nodes to make your req The configuration of the parameters for the *Hacker News node* should now look like this: -
Hacker News node parameters
Hacker News node parameters
+
Hacker News node parameters
Hacker News node parameters
### Settings @@ -55,7 +55,7 @@ This option will display the description note under the node in the Editor UI. The configuration of the settings for the *Hacker News node* looks like this: -
Hacker News node renaming
Hacker News node renaming
+
Hacker News node renaming
Hacker News node renaming
!!! note "Renaming a node" @@ -64,7 +64,7 @@ The configuration of the settings for the *Hacker News node* looks like this: - Select the node you want to rename and at the same time press the F2 key on your keyboard. - Double-click on the node to open the node window. Click on the name of the node in the top left corner of the window, rename it as you like, then click *Rename* to save the node under the new name. -
Renaming a node
Renaming a node from the keyboard
+
Renaming a node
Renaming a node from the keyboard
## 3. Save the workflow @@ -81,7 +81,7 @@ There are two ways in which you can save a workflow: Click on the *Execute Node* button in the top right corner of the node window. You should see 10 results in *Table* view. -
Results in Table view for the Hacker News node
Results in Table view for the Hacker News node
+
Results in Table view for the Hacker News node
Results in Table view for the Hacker News node
## Node executions @@ -89,17 +89,17 @@ Click on the *Execute Node* button in the top right corner of the node window. Y A node execution represents a run of that node to retrieve the specified data. -If a node executed successfully a small green circle with a number inside will appear on top of the node. +If a node is executed successfully a small green circle with a number inside will appear on top of the node. -
Successfully executed workflow
Successfully executed workflow
+
Successfully executed workflow
Successfully executed workflow
-If the parameters are configured correctly and everything works fine, the requested data will be displayed in the node window in *Table* and *JSON* format. You can switch between these views by selecting the one you want from the *JSON|Table* button at the top of the node window. +If the parameters are configured correctly and everything works fine, the requested data will be displayed in the node window in *Table*, *JSON* and *Schema* format. You can switch between these views by selecting the one you want from the *JSON|Table|Schema* button at the top of the node window. !!! note "Table vs JSON views" The *Table* view is the default. It displays the requested data in a table, where the rows are the records and the columns are the available attributes of those records. -
Results in JSON view for the Hacker News node
Results in JSON view for the Hacker News node
+
Results in JSON view for the Hacker News node
Results in JSON view for the Hacker News node
The node window displays more information about the node execution: @@ -118,6 +118,6 @@ This field displays the number of items (records) that are returned by the node ## Summary -Congratulations, you just built your first workflow! In this lesson, you learned how to use Regular nodes, configure their parameters and settings, and save and execute your workflow. +Congratulations, you just built your first workflow! In this lesson, you learned how to use actions in app nodes, configure their parameters and settings, and save and execute your workflow. In the next lesson you will be introduced to your client, Nathan, who needs to automate his sales reporting work. You will build a more complex workflow for his use case, helping him become more productive at work.