4,912 workflows
in Data & Storage
Nodes:
Sort:
Date:
This workflow demonstrates how CSV file can be automatically imported into existing MySQL database.
Before running the workflow please make sure you have a file on the server:
/home/node/.n8n/conce ...
This workflow automates a two way sync of customer data between Pipedrive and MySQL. It will create new records in one source if it only exists in the other. Where matching records have different data ...
This template shows how to sync data from one service to another. Specifically, in this example we're saving a new qualified lead from a Postgres database to a Google Sheets file.
Setup instructions ...
LOOM Walkthrough: https://www.loom.com/share/4fbe06872cb8483993e7792018594f08
How it works
Create a form for customer feedback, have OpenAI classify the sentiment of the feedback (positive/neutral/ne ...
This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into a Spreadsheet file.
Specifically, this workflow shows how to make a generic API re ...
This workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database.
Here is a step-by-step description of what this workflow does:
Manual Trigger: T ...
This workflow demonstrates how easy it is to export SQL query to CSV automatically!
Before running the workflow please make sure you have access to a local or remote MSSQL server with a sample Adve ...
This n8n workflow is designed for security monitoring and incident response when suspicious login events are detected. It can be initiated either manually from within the n8n UI for testing or automat ...
This workflow imports multiple CSV files and appends or updates them to a Google Sheets document.
Here's a step-by-step breakdown:
When clicked "Execute Workflow", the process starts.
The "Read Binar ...
This workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadsheet.
To run the workflow:
Make sure you are running n8n 0.197 or newer
Have n8n a ...
Workflow JSON TO CSVWorkflow JSON TO CSVWorkflow JSON TO CSVWorkflow JSON TO CSV
This workflow demonstrates how easy it is to export SQL query to Excel automatically!
Before running the workflow please make sure you have access to a remote SQL server (MS SQL, MySQL, PostgreSQL ...
This workflow automatically imports data from a CSV file located at a specific URL and then updates the Google Sheets document with the provided data.
Below is a step-by-step description of what this ...
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from Google Sheets.
To run the workflow:
Make sure you have both Google Sheets and Salesfor ...
This workflow monitor G2 reviews URLS.
When a new review is published, it will:
trigger a Slack notification
record the review in Google Sheets
To install it, you'll need:
access to Slack, Googl ...
This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The message will send all data rows in the Google Sheet.
Prerequisites
Discord accoun ...
Convert PostgreSQL table to CSV
CSV is a super useful and universal way to transfer data between different tools. This workflow gives an example of how to take data from PostgreSQL and convert it easi ...
Description:
This template facilitates the transfer of a folder, along with all its files and subfolders, within a Nextcloud instance. The Nextcloud user must have access to both the source and destin ...
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from Excel 365 (the online version of Microsoft Excel). For a version working with regular Exce ...
This workflow compares 2 datasets from a single database.
Two SQL nodes create a slightly different summary report based on the payments table.
Both reports have the same structure, but different ti ...