May 2022 Summaries
5 posts from n8n
Filter
Month:
Year:
Post Summaries
Back to Blog
n8n has introduced a new feature called the node details view, designed to minimize context switching by allowing users to see the data passed between nodes in a workflow within a single view. This feature includes an input pane that displays all processed data flowing through the nodes and an output pane that shows how data is structured after passing through a selected node. The implementation of the node details view aims to streamline the process of checking multiple nodes in a workflow by consolidating information into one view, as part of n8n's larger goal to enhance and simplify data mapping. Further improvements are planned to continue advancing automation and low-code solutions.
May 31, 2022
232 words in the original blog post.
n8n has introduced a new feature that allows users to perform custom API actions for existing nodes, enhancing the platform's flexibility in creating custom workflows. This feature enables users to leverage the core HTTP Request node with existing credentials, eliminating the need for additional authentication setups when accessing more operations than those currently supported by the nodes' APIs. For instance, if an operation is not supported by the Airtable node, users can utilize their existing Airtable credentials within the HTTP Request node to execute any API call permitted by Airtable's API. This update aims to streamline the process of connecting multiple products and data sources in n8n's automation and low-code environments.
May 31, 2022
193 words in the original blog post.
The author shares their experience with n8n, a no-code automation tool, highlighting its flexibility and community support, which allows for rapid product development and fills knowledge gaps. They describe a project involving a multilingual Telegram bot that extracts text from images and communicates in various languages. The tutorial outlines the process of creating such a bot using n8n, leveraging its ability to maintain a simple workflow regardless of language support. Key components include setting up a language dictionary using NocoDB, initializing the bot with user language detection, and processing commands with Switch nodes. The author emphasizes the potential for optimization by storing the dictionary as a JSON file on the server, thus reducing server load. They encourage readers to experiment with these techniques to enhance their bots and invite further discussion and collaboration through LinkedIn and the n8n forum.
May 25, 2022
1,174 words in the original blog post.
An experienced statistical programmer shares insights on using R, specifically the ggplot2 package, with n8n, a low-code automation tool, to automate data visualization processes. The tutorial illustrates a workflow where weather data from various cities is fetched using the OpenWeather API, visualized in R, and sent via a Telegram bot. The process involves setting up n8n in Docker, configuring various nodes like Telegram trigger and HTTP Request, and using JavaScript for data processing. The workflow showcases how n8n simplifies tasks for data analysts unfamiliar with server setups or API calls. Although integrating R with n8n in Docker presents challenges like resource consumption and setup time, alternative approaches such as running R scripts via SSH or as API calls are suggested for better efficiency.
May 10, 2022
1,077 words in the original blog post.
The recently launched n8n Course Level 2 offers an advanced online platform for individuals aiming to enhance their workflow automation skills using n8n, a low-code tool. Building on the foundational knowledge from the first course, this free hands-on series focuses on data manipulation, including using n8n's data structure, processing various data types, merging data from diverse sources, and incorporating JavaScript in workflows. Through practical exercises and step-by-step instructions, participants can become adept at handling error workflows and testing their understanding via a quiz, with successful completion earning them a badge for their forum profile. Designed for individuals with basic JavaScript and n8n knowledge, the course promises to transform learners into low-code automation experts, encouraging them to engage with the latest innovations in automation.
May 04, 2022
280 words in the original blog post.