Skip to content
  • Blog
  • YouTube
  • Discord
  • Services
    • Streamlit Developer for Hire
    • Hire n8n automation engineer
Data Consulting
Mentorships

N8N

  • Home
  • Blog
  • N8N
N8N

n8n loop over items node

September 25, 2025 Pere No comments yet

When building workflows in n8n, you’ll often fetch multiple items. For example: Fetching a list of users, Rss feed urls or database rows. What if you need to process these items one at a time instead of all at once. That’s where the node loop over items comes in, It let’s you go through a […]

N8N

n8n execute sub-workflow trigger node

September 22, 2025 Pere No comments yet

The Execute Sub-workflow Trigger node is a special node in n8n that allows one workflow to be executed by another. Think of it like a “gateway” , when Workflow A calls Workflow B, Workflow B will start from this node. This is different from normal triggers like Cron or Webhook because this trigger only responds […]

N8N

n8n http request node

September 22, 2025 Pere No comments yet

The HTTP Request node is one of the most powerful and flexible nodes in n8n. It allows you to connect with any service or application that exposes a REST API, enabling you to fetch, create, update, or delete data directly within your workflows. Whether you want to pull information from a public API, send data […]

N8N

n8n aggregate node

September 22, 2025 Pere No comments yet

n8n has a built-in tool called “Aggregate” that can be used to combine several items (or fields from several items) into a single item. When making reports, grouped recaps, or preparing batched payloads for APIs, the node is a must. Before we start, if you are looking for help with a n8n project, we are […]

N8N

n8n if Node

September 22, 2025 Pere No comments yet

The If node is one of the most used control flow nodes. It works like a “if/else” statement in programming; it lets you split processes based on logical comparisons. You can use this node to check new data, set conditions, and change the execution flow based on whether the condition is true or false. Before […]

N8N

n8n Form trigger node

September 22, 2025 Pere No comments yet

The Form node in n8n makes it easy to collect structured data from users, teammates, or customers directly within your workflows. Unlike external form builders, n8n forms integrate seamlessly with your automations, whether you’re gathering feedback, handling approvals, or running multi-step intake processes. This article walks you through what the n8n Form node can do, […]

N8N

n8n streamlit

September 22, 2025 Pere No comments yet

Two of my favorite technologies I often use are N8n and Streamlit. I thought it would be fun to combine them together in a real-world project. The idea came to me because many of my N8n workflows begin with form triggers. For example, in past tutorials I’ve built workflows where users fill out a form […]

N8N

n8n Webhook

September 22, 2025 Pere No comments yet

Automation is changing how we set up workflows, link tools, and make chores easier. The Webhook node is one of the best things about n8n, an open-source tool for automating workflows. Webhooks let apps talk to each other in real time, which means that data can move automatically without having to query all the time. […]

N8N

n8n Split Out node

September 19, 2025 Pere No comments yet

In n8n, workflows often handle arrays or lists of data, such as customers from a CRM, products from an API, or rows from a database. Instead of processing the entire list at once, you may need to work on each item individually. This is where the Split Out node shines. The Split Out node allows […]

N8N

n8n Trigger node

September 12, 2025 Pere No comments yet

Triggers are the starting points in n8n that initiate workflows when something happens, such a webhook call, a scheduled time, a new row in a database, etc. At least one trigger is needed to start a workflow. Triggers can: Start manually (inside n8n) Be scheduled to run automatically Be activated by an external event (webhooks, […]

Posts pagination

1 2 3 Next

Search

Categories

  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • N8N (28)
  • Python (31)
  • Python Pandas (36)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (43)
  • Time Series (6)
  • Uncategorized (3)
  • Web Scraping (5)

Recent posts

  • n8n loop over items node
  • n8n execute sub-workflow trigger node
  • n8n http request node

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy