Skip to content

Conversation

Junaid43
Copy link

  1. Updated the UI Editor image in Level One Course, Chapter One.
  2. Added and updated images for the Search node, HTTP Request node, and Merge node in Chapter 5 of the Level Two Course.
  3. Added a workflow example for the XML node in JSON format for Level Two Course, Chapter 2.
  4. Added a workflow example for the HTTP Request node and blog integration in JSON format for Level Two Course, Chapter
  5. Updated the README file to include details about the workflow for Chapter 5.1.

Copy link

netlify bot commented Aug 31, 2025

Deploy Preview for n8n-docs ready!

Name Link
🔨 Latest commit a28dd51
🔍 Latest deploy log https://app.netlify.com/projects/n8n-docs/deploys/68bac7804e60500008b63d21
😎 Deploy Preview https://deploy-preview-3591--n8n-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@CLAassistant
Copy link

CLAassistant commented Aug 31, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, please have a team admin upgrade your team to Bugbot Pro by visiting the Cursor dashboard. Your first 14 days will be free!

@@ -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") ]]
Copy link

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-standard file://// protocol. This combination will likely prevent the embedded workflow demos from loading correctly.

Additional Locations (1)

Fix in Cursor Fix in Web

@@ -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") ]]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect File URI Syntax Causes Demo Load Failures

The workflowDemo shortcode uses file://// in its file paths. This non-standard URI syntax, which should be file:/// for absolute paths, may prevent the workflow demos from loading correctly.

Fix in Cursor Fix in Web

@StarfallProjects StarfallProjects added the old-course PR or issue relates to the old course, which will be replaced soon. label Sep 12, 2025
Copy link

Hi @Junaid43! Thanks for your contribution, but we are no longer updating the course. We expect to fully replace it in the coming months. Please review n8n's contributing guidelines.

@github-actions github-actions bot closed this Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old-course PR or issue relates to the old course, which will be replaced soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants