Subscribe to Updates
Get the latest creative news from FooBar about art, design and business.
Author: Peter
Based on a tutorial by n8n Are you struggling with managing workflow errors in n8n? It can be frustrating when workflows fail and you don’t have a system to track, notify, and resolve issues efficiently. I’ve summarized this excellent tutorial to help you create an advanced error notification system that automatically alerts the right team member when something goes wrong. Quick Navigation Understanding Error Workflows (00:00-01:30) Using Owner Tags for Workflow Management (01:31-02:45) Building the Advanced Error Workflow (02:46-07:30) Understanding Error Workflows (00:00-01:30) In the n8n beginner course, we were introduced to the Error Trigger node, but this advanced tutorial…
Based on a tutorial by n8n Official Channel Are you struggling to keep your n8n workflows organized and efficient? As your automation needs grow, you’ve probably found yourself copying the same node sequences across multiple workflows, making maintenance a nightmare. I’ve been there too. That’s why I’m sharing this comprehensive summary of n8n’s subworkflows — a powerful feature that can drastically improve how you build and maintain your automation processes. Quick Navigation What Are Subworkflows? (00:00-01:30) Why Use Subworkflows? (01:31-03:00) Important Considerations (03:01-04:30) Creating a Subworkflow: Practical Example (04:31-07:00) What Are Subworkflows? (00:00-01:30) Subworkflows are one of n8n’s most powerful…
Based on a tutorial by [CREATOR_NAME] Are you spending too much time waiting for your NN workflows to execute during development? Constantly triggering webhooks or making API calls just to test your workflow can be frustrating and time-consuming. I’ve summarized this excellent tutorial from the NN Advanced Course to show you how two powerful features—Pinning Data and Edit Output—can dramatically speed up your workflow development process. Quick Navigation What is Pinning Data? (00:00-01:20) How to Pin Data (01:21-02:35) Using the Edit Output Feature (02:36-04:15) Practical Example with Webhooks (04:16-06:25) Working with Mock Data (06:26-07:50) What is Pinning Data? (00:00-01:20) Pinning…
Based on a tutorial by n8n Are you hitting roadblocks with your n8n workflows? Finding yourself limited by the basic nodes and looking to take your automation skills to the next level? I’ve summarized the second video of n8n’s advanced course to help you quickly master some of the most powerful features: expressions, the code node, and the HTTP node. These three elements are what separate beginners from power users in the n8n ecosystem. Quick Navigation Mastering n8n Expressions (00:00-03:28) Working with Dates Using Luxon (03:29-05:15) The Code Node: Extending n8n’s Flexibility (05:16-10:10) The HTTP Node: Working with APIs (10:11-12:45)…
Based on a tutorial by n8n Official Are you struggling to understand how data flows through multiple branches in your n8n workflows? You’re not alone! Many automation builders get confused when their workflow branches don’t execute in the expected order. In this comprehensive guide, I’ll break down the first video of the n8n Advanced Course, explaining exactly how data flows through workflows, the execution order of nodes, and how to effectively split and merge data between branches. Quick Navigation Node Execution Order in n8n (00:00-02:14) Splitting Data into Multiple Branches (02:15-04:30) Merging Data from Different Branches (04:31-06:45) Loop Over Items…
Based on a tutorial by n8n Official Are you struggling to collaborate effectively with your team in n8n? Finding it challenging to share workflows and credentials securely? You’re not alone. I’ve summarized this comprehensive tutorial to help you understand n8n’s powerful collaboration features without having to watch the entire video. Let’s dive into how you can leverage n8n’s community, templates, and sharing capabilities to supercharge your automation workflows. Quick Navigation The n8n Community – Your Support Network (00:00-01:30) Templates Library – Don’t Reinvent the Wheel (01:31-03:10) User Management – Understanding Access Levels (03:11-05:15) Workflow Sharing – Collaborate Effectively (05:16-07:00) Credential…
Based on a tutorial by n8n Struggling with failed n8n workflows? You’re not alone. When automations break down, it can feel frustrating and time-consuming to figure out what went wrong. I’ve summarized this comprehensive tutorial on debugging n8n workflows to help you quickly identify and fix errors, ensuring your automations run smoothly without constant supervision. Quick Navigation Understanding Debugging in n8n (00:00-01:45) Essential Debugging Features (01:46-05:10) Debugging Example: Missing Data (05:11-08:30) Debugging Example: Silent Failures (08:31-11:00) Understanding Debugging in n8n (00:00-01:45) Debugging is the process of identifying and fixing errors in your workflows. It’s a critical skill for maintaining reliable…
Based on a tutorial by n8n Official Struggling with workflow errors in n8n? You’re not alone. Managing errors effectively is crucial for maintaining reliable automations that run smoothly without constant supervision. I’ve summarized this comprehensive tutorial to help you understand how n8n stores execution histories and implement proper error handling strategies that will make your workflows more robust. Quick Navigation How n8n Stores Workflow Executions (00:00-01:45) Understanding Execution Histories (01:46-03:15) Types of Error Handling (03:16-06:30) Building an Error Workflow (06:31-08:45) Practical Error Handling Example (08:46-11:20) How n8n Stores Workflow Executions (00:00-01:45) When you’re working with n8n, understanding how executions are…
Based on a tutorial by Not Just Dev My Take: Expo’s push notification system simplifies what would otherwise be a complex integration requiring separate implementations for iOS and Android. The NotificationProvider pattern is clean and keeps all notification logic in one place. I particularly like the approach of storing push tokens in the user profile, which enables targeted notifications like order status updates. For a production app, you’d want to implement more robust error handling and possibly a notification history screen. This article summarizes the excellent tutorial created by Not Just Dev. If you found this summary helpful, please support…
Based on a tutorial by N8N Official Are you struggling to make sense of all the different nodes in N8N and wondering how to clean up your workflow data? You’re not alone! Many automation beginners get overwhelmed when trying to organize and process data efficiently. In this article, I’ve summarized Video #6 of the N8N beginner course, which covers some incredibly useful nodes that will take your workflow automation skills to the next level. Quick Navigation Overview of Essential Nodes (00:00-01:40) The Edit Fields Node (01:41-03:20) Using the Aggregate Node (03:21-05:30) Building Upon Our Workflow (05:31-08:45) Sending Slack Notifications (08:46-10:30)…