Skip to main content

πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges

Workflow preview

Workflow preview
100%
πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works This template is a hands on, practical exam designed to help you master n8n Expressions β€”the key to accessing and manipulating data in your workflows. If the was the theory lesson, thi...

Best for

  • Engineering automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.noop, n8n-nodes-base.stopanderror, n8n-nodes-base.html

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucas Peyrin.

Original n8n.io source

1.1 Workflow description

Title
πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges
Workflow name
πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges

How it works

This template is a hands-on, practical exam designed to help you master n8n Expressionsβ€”the key to accessing and manipulating data in your workflows.

If the πŸŽ“ Expressions Tutorial Template was the theory lesson, this is the practical driving test. You'll learn how to navigate through complex data structures to get the exact piece of information you need. All challenges will reference a single "Source Data" node, which acts as our data "map".

The test is a series of six sequential challenges that build in complexity:

  1. Basic Access: Getting a simple value from an object.
  2. Array Access: Targeting a specific item in a list.
  3. Nested Object Access: Reaching data inside another object.
  4. Array of Objects: Combining array and object skills to get a specific value from a list of objects.
  5. Using JavaScript: Applying simple JavaScript functions (like .toUpperCase()) to your data.
  6. Combining Text & Expressions: Creating dynamic strings that mix static text with data from previous nodes.

For each challenge, you'll write an expression in a "Test" node. When you execute the workflow, an IF node will instantly validate your answer, giving you a green path for success or a red path with a hint if you need to try again.

Set up steps

Setup time: < 1 minute

This workflow is a self-contained test and requires no setup or credentials.

  1. Read the instructions on the main sticky note to understand the goal.
  2. Start with the first challenge, "Test - Basic Access". Modify the node by writing the correct expression in the value field, according to the instructions on the purple sticky note.
  3. Click "Execute Workflow".
  4. If the execution path is green, you've passed! The next "Test" node in the sequence will automatically be enabled for you to continue. If the path is red, read the hint in the error message and try again.
  5. Repeat the process until you reach the final success message and become an expressions pro.

Good Luck!

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note13

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Start Test!

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 3 - Source Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Instruction - Basic Access

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Test - Basic Access

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Check - Basic Access

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Success - Basic Access

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 8 - Error - Basic Access

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 9 - Instruction - Array Access

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Test - Array Access

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Check - Array Access

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - Success - Array Access

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 13 - Error - Array Access

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 14 - Instruction - Nested Object

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Test - Nested Object

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Check - Nested Object

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 17 - Success - Nested Object

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 18 - Error - Nested Object

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 19 - Instruction - Array of Objects

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Test - Array of Objects

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Check - Array of Objects

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 22 - Success - Array of Objects

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 23 - Error - Array of Objects

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 24 - Instruction - JS Function

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 62 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges
Complexity advanced
Nodes 62
Categories Engineering
Author Lucas Peyrin
Published 21 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6236/6236.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does πŸ§‘β€πŸŽ“ Test your data access techniques with progressive expression challenges do?

How it works This template is a hands on, practical exam designed to help you master n8n Expressions β€”the key to accessing and manipulating data in your workflows. If the was the theory lesson, thi...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.