11,832 workflows
Nodes: Sort: Date:
Google Spreadsheet to HTML - Variant with JS Function
This workflow shows a low code approach to creating a HTML table based on Google Sheets data. It's similar to this workflow, but allows fully customizing the HTML output. To run the workflow: Make ...
2,187
Built by Tom Tom
Jul 25, 2022
Google Spreadsheet to HTML - Variant with Spreadsheet File
This workflow shows a no code approach to creating a HTML table based on Google Sheets data. To run the workflow: Make sure you have a Google Sheet with a header row and some data in it. Grab your ...
2,491
Built by Tom Tom
Jul 25, 2022
Identify new Google Sheets rows
This workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows. For this approach to work, the sheet needs to meet two requirements: A unique ide ...
4,077
Built by Tom Tom
Jul 08, 2022
Import data from MySQL into Google Sheets
This workflow queries a table in MySQL and inserts the data into Google Sheets.
5,532
Built by Lorena Lorena
Jul 07, 2022
Import data from Google Sheets into MySQL
This workflow imports data from Google Sheets into a MySQL database.
4,776
Built by Lorena Lorena
Jul 07, 2022
Preparing data to be sent to a service
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases require the incoming data to have the same fields as the head ...
63,641
Built by Jonathan Jonathan
Jul 06, 2022
Creating an API endpoint
Task: Create a simple API endpoint using the Webhook and Respond to Webhook nodes Why: You can prototype or replace a backend process with a single workflow Main use cases: Replace backend logic wit ...
422,411
Built by Jonathan Jonathan
Jul 06, 2022
Rate limiting and waiting for external events
Task: Control your data flow with rate limits and external cues Main use cases: Control the rate of items flow into one or more services in your workflow Wait for external events to occur before cont ...
5,969
Built by Jonathan Jonathan
Jul 06, 2022
Pulling data from services that n8n doesn’t have a pre-built integration for
You still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incomin ...
194,346
Built by Jonathan Jonathan
Jul 06, 2022
Joining different datasets
Task: Merge two datasets into one based on matching rules Why: A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more powerful is the abil ...
122,191
Built by Jonathan Jonathan
Jul 06, 2022
Filtering and branching data
Task: Conditional filtering and branching items Why: Filtering and branching data based on conditions allows you to build complex workflows that work with more than one data flow scenario Main use c ...
4,817
Built by Jonathan Jonathan
Jul 06, 2022
Working with dates and times
Task: Handle dates and times in your workflow Why: Date and time formats can be hard to work with, we have 2 main ways of doing that with n8n that cover all the main needs Main use cases: Change da ...
70,600
Built by Jonathan Jonathan
Jul 06, 2022
Move data between JSON and spreadsheets
This workflow illustrates how to convert data from JSON to binary format and import JSON data or files into Google Sheets or local spreadsheets.
2,946
Built by Lorena Lorena
Jun 30, 2022
Import JSON data into Google Sheets and CSV file
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
7,298
Built by Lorena Lorena
Jun 30, 2022
Export JSON file to Google Sheets
This workflow exports the contents of a JSON file to Google Sheets.
1,826
Built by Lorena Lorena
Jun 30, 2022
Import a JSON file from Gmail into a spreadsheet
This workflow imports a JSON file from an email attachment and saves the content into a spreadsheet.
1,418
Built by Lorena Lorena
Jun 30, 2022
Export CSV file to JSON
This workflow exports a local CSV file to a JSON file.
6,617
Built by Lorena Lorena
Jun 29, 2022
Very quick quickstart
Want to learn the basics of n8n? Our comprehensive quick quickstart tutorial is here to guide you through the basics of n8n, step by step. Designed with beginners in mind, this tutorial provides a ha ...
232,320
Built by Deborah Deborah
Jun 06, 2022
Markdown timesheet report generation
This tutorial demonstrates the creation of the HTML report via Markdown node. The main idea is to prepare a very long gext variable via the Function Node and then convert it to the HTML file. The resu ...
1,310
Built by Eduard Eduard
Jun 02, 2022
Markdown report generation
This workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet table for 2 persons. Based on this table a markdown document is generated using ...
4,049
Built by Eduard Eduard
Jun 02, 2022