July 2022 Summaries
2 posts from n8n
Filter
Month:
Year:
Post Summaries
Back to Blog
n8n has introduced two new features, data pinning and data mapping, to enhance workflow testing and setup. Data pinning allows users to save and reuse the output data of a node, reducing the need to repeatedly fetch new data from external systems, which can conserve time and resources, especially when working with systems that have usage limits. This ensures consistent data across workflow tests, providing reliability and efficiency. The data mapping feature streamlines the process further by enabling users to drag and drop data sets from one node to another, automatically generating the necessary expressions. These innovations aim to simplify automation and low-code processes for users.
Jul 28, 2022
277 words in the original blog post.
The text provides a guide on how to connect a MySQL database to Google Sheets, highlighting two main methods: using Google Apps Script, which requires JavaScript coding, and employing n8n automated workflows, which requires no coding. The connection allows for more efficient data management by automating data updates and reducing manual errors, while also enabling restricted access for users unfamiliar with database querying. The Google Apps Script method involves writing JavaScript code to establish the connection, whereas the n8n method utilizes a visual interface to set up automated workflows by connecting nodes for MySQL and Google Sheets. Both approaches facilitate synchronization of data between the two platforms, allowing users to create workflows that import and manage data seamlessly, thus enhancing productivity. The text also outlines prerequisites for both methods and provides examples of workflows for importing data between Google Sheets and MySQL, emphasizing the potential for extended automation and efficiency improvements through these integrations.
Jul 07, 2022
1,107 words in the original blog post.