-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat:Documentation and Workflow Updates for Level One and Level Two Courses #3591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+211 KB
docs/_images/courses/level-one/chapter-one/level-one-course-editor-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+492 KB
docs/_images/courses/level-two/chapter-five/l2-c5-1-airtable-search-node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"name": "My workflow", | ||
"nodes": [ | ||
{ | ||
"parameters": {}, | ||
"type": "n8n-nodes-base.manualTrigger", | ||
"typeVersion": 1, | ||
"position": [ | ||
-240, | ||
-64 | ||
], | ||
"id": "64d9bef9-d2f3-4eb1-b80c-8527f27b13a7", | ||
"name": "When clicking ‘Execute workflow’" | ||
}, | ||
{ | ||
"parameters": { | ||
"url": "https://pokeapi.co/api/v2/pokemon", | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.httpRequest", | ||
"typeVersion": 4.2, | ||
"position": [ | ||
0, | ||
-64 | ||
], | ||
"id": "f07f1544-e6a2-4905-866c-8c35abe5f90c", | ||
"name": "HTTP Request2" | ||
}, | ||
{ | ||
"parameters": { | ||
"mode": "jsonToxml", | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.xml", | ||
"typeVersion": 1, | ||
"position": [ | ||
240, | ||
-64 | ||
], | ||
"id": "b9dc143d-4d3d-4f3b-8aa8-675b97611eb9", | ||
"name": "XML" | ||
} | ||
], | ||
"pinData": {}, | ||
"connections": { | ||
"When clicking ‘Execute workflow’": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "HTTP Request2", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"HTTP Request2": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "XML", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
} | ||
}, | ||
"active": false, | ||
"settings": { | ||
"executionOrder": "v1" | ||
}, | ||
"versionId": "bb1b4024-7326-4747-8e48-ae9a0fff59d4", | ||
"meta": { | ||
"instanceId": "710be9ee229a3ddcf917e926782dde029a4fcfb94e8e57a48ed9b5520f72263d" | ||
}, | ||
"id": "UAjZxFzAGSNDTKtV", | ||
"tags": [] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"name": "My workflow", | ||
"nodes": [ | ||
{ | ||
"parameters": { | ||
"url": "https://blog.n8n.io/", | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.httpRequest", | ||
"typeVersion": 4.2, | ||
"position": [ | ||
-32, | ||
-64 | ||
], | ||
"id": "89ebabef-086c-4df1-b719-36f0ca47c2d5", | ||
"name": "HTTP Request1" | ||
}, | ||
{ | ||
"parameters": { | ||
"operation": "extractHtmlContent", | ||
"extractionValues": { | ||
"values": [ | ||
{ | ||
"cssSelector": ".post .item-title a", | ||
"returnValue": "html" | ||
} | ||
] | ||
}, | ||
"options": {} | ||
}, | ||
"type": "n8n-nodes-base.html", | ||
"typeVersion": 1.2, | ||
"position": [ | ||
208, | ||
-64 | ||
], | ||
"id": "b49bc372-d684-46c7-b5b1-585ac1f60a95", | ||
"name": "HTML" | ||
}, | ||
{ | ||
"parameters": {}, | ||
"type": "n8n-nodes-base.manualTrigger", | ||
"typeVersion": 1, | ||
"position": [ | ||
-240, | ||
-64 | ||
], | ||
"id": "64d9bef9-d2f3-4eb1-b80c-8527f27b13a7", | ||
"name": "When clicking ‘Execute workflow’" | ||
} | ||
], | ||
"pinData": {}, | ||
"connections": { | ||
"HTTP Request1": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "HTML", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"When clicking ‘Execute workflow’": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "HTTP Request1", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
} | ||
}, | ||
"active": false, | ||
"settings": { | ||
"executionOrder": "v1" | ||
}, | ||
"versionId": "bb1b4024-7326-4747-8e48-ae9a0fff59d4", | ||
"meta": { | ||
"instanceId": "710be9ee229a3ddcf917e926782dde029a4fcfb94e8e57a48ed9b5520f72263d" | ||
}, | ||
"id": "UAjZxFzAGSNDTKtV", | ||
"tags": [] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,11 @@ Let's get the title of the latest n8n blog post: | |
<figure><img src="/_images/courses/level-two/chapter-two/exercise_html_htmlextractnode.png" alt="Result of HTML Extract node" style="width:100%"><figcaption align = "center"><i>Result of HTML Extract node</i></figcaption></figure> | ||
|
||
|
||
The finished workflow will look like this: | ||
|
||
[[ workflowDemo("file:////courses/level-two/chapter-2.json") ]] | ||
|
||
|
||
Use the **XML node** to convert XML to JSON and JSON to XML. This operation is useful if you work with different web services that use either XML or JSON and need to get and submit data between them in the two formats. | ||
|
||
### XML Exercise | ||
|
@@ -79,6 +84,10 @@ In the [final exercise of Chapter 1](/courses/level-two/chapter-1.md#exercise_2) | |
To transform data the other way around, select the mode **XML to JSON**. | ||
|
||
|
||
The finished workflow will look like this: | ||
|
||
[[ workflowDemo("file:////courses/level-two/chapter-2-xml-node.json") ]] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
## Date, time, and interval data | ||
|
||
Date and time data types include `DATE`, `TIME`, `DATETIME`, `TIMESTAMP`, and `YEAR`. The dates and times can be passed in different formats, for example: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Workflow Demo Shortcodes Fail to Load
The
workflowDemo
shortcodes in this chapter appear to have two path-related issues. The file paths are missing the_workflows
directory component, and they use a non-standardfile:////
protocol. This combination will likely prevent the embedded workflow demos from loading correctly.Additional Locations (1)
docs/courses/level-two/chapter-2.md#L88-L89