Back to Catalog

Export n8n Cloud execution data to CSV

LudwigLudwig
4207 views
2/3/2026
Official Page

Overview

This template helps n8n cloud plan users execute all executions to a CSV for easy data analysis. Identify what workflows are generating the most executions or could be optimized.

How this workflow works

  • Click "Test Workflow" to manually execute the workflow
  • Open the "Convert to CSV" node to access the binary data of the CSV file
  • Download the CSV file

csv_binary_data.png

Nodes included:

  1. n8n node
  2. Convert to File
  3. No Operation, do nothing - replace with another

Set up steps

  1. Import the workflow to your workspace
  2. Add your n8n API credential

Benefits of Exporting n8n Cloud Executions to CSV

Exporting n8n Cloud executions to CSV offers significant advantages for enhancing workflow management and data analysis capabilities. Here are three key benefits:

  1. Enhanced Data Analysis:

    • Comprehensive Insights: Exporting execution data allows for in-depth analysis of workflow performance, helping identify bottlenecks and optimize processes.
    • Custom Reporting: CSV files can be easily imported into various data analysis tools (e.g., Excel, Google Sheets, or BI software) to create custom reports and visualizations tailored to specific business needs.
  2. Improved Workflow Monitoring:

    • Historical Data Review: Accessing historical execution data enables users to track workflow changes and their impacts over time, facilitating better decision-making.
    • Error Tracking and Debugging: By reviewing execution logs, users can quickly identify and address errors or failures, ensuring smoother and more reliable workflow operations.
  3. Regulatory Compliance and Auditing:

    • Audit Trails: Keeping a record of all executions provides a clear audit trail, essential for regulatory compliance and internal audits.
    • Data Retention: Exported data ensures that execution records are preserved according to organizational data retention policies, safeguarding against data loss.

By leveraging the capabilities of CSV exports, users can gain valuable insights, streamline workflow management, and ensure robust data handling practices, ultimately driving better performance and efficiency in their n8n Cloud operations.

Export n8n Cloud Execution Data to CSV

This n8n workflow provides a basic structure, demonstrating how you might begin to export execution data from n8n Cloud to a CSV file. While the provided JSON is a minimal starting point, it lays the groundwork for a more comprehensive data export solution.

What it does

This workflow currently includes placeholder nodes and does not perform any active data export. It serves as a template to be expanded upon.

  1. Manual Trigger: Initiates the workflow manually when clicked.
  2. Sticky Note: A placeholder for notes or comments, indicating the workflow's purpose.
  3. n8n Node: A placeholder node, typically used for interacting with n8n itself (e.g., retrieving execution data).
  4. Convert to File: A placeholder node for converting data into a file format, such as CSV.
  5. No Operation: A placeholder node that does nothing, often used as a final step or for debugging.

Prerequisites/Requirements

  • An n8n instance (n8n Cloud or self-hosted).

Setup/Usage

  1. Import the workflow: Import the provided JSON into your n8n instance.
  2. Expand the workflow:
    • Replace the n8n node (ID: 826) with actual logic to query n8n's API for execution data. You would typically use the n8n node configured with an "Execute Workflow" or "Get All Executions" operation, or an HTTP Request node to interact with the n8n API directly.
    • Configure the Convert to File node (ID: 1234) to convert the retrieved execution data (likely JSON) into a CSV format.
    • Add subsequent nodes to handle the generated CSV file, such as:
      • Write Binary File (to save locally)
      • Google Drive or SFTP (to upload to cloud storage)
      • Email Send (to attach and send via email)
      • HTTP Request (to send to another service)
  3. Execute the workflow: Once configured, you can execute the workflow by clicking the "Execute Workflow" button on the Manual Trigger node.

Related Templates

Receive a Mattermost message when new record gets added to Notion

This workflow allows you to receive a Mattermost message when meeting notes get added to the Notion. Prerequisites Create a table in Notion similar to this: Meeting Notes Follow the steps mentioned in the documentation, to create credentials for the Notion Trigger node. Create create credentials for Mattermost. Notion Trigger: The Notion Trigger node will trigger the workflow when new data gets added to Notion. IF node: This node will check if the notes belong to the team Marketing. If the team is Marketing the node will true, otherwise false. Mattermost node: This node will send a message about the new data in the channel 'Marketing' in Mattermost. If you have a different channel, use that instead. You can even replace the Mattermost node with nodes of other messaging platforms, like Slack, Telegram, Discord, etc. NoOp node: Adding this node here is optional, as the absence of this node won't make a difference to the functioning of the workflow.

Harshil AgrawalBy Harshil Agrawal
1130

Real estate property matching & lead management with Airtable, Gmail and Slack

βœ… What problem does this workflow solve? Real estate leads move fast. Manually matching buyer requirements with available properties, sending details, updating CRM records, and notifying sales teams often causes delays and missed opportunities. This workflow automates property discovery, lead management, and team notifications, ensuring buyers get instant results and sales teams can follow up immediately. --- βš™οΈ What does this workflow do? Captures buyer property requirements from a website form. Cleans and standardizes search data automatically. Matches buyer criteria with relevant properties from Airtable. Emails matched properties to the buyer instantly. Stores lead details in Airtable for CRM tracking. Notifies the sales team on Slack in real time. --- πŸ’‘ Main Use Cases Automatically match buyer requirements with properties in Airtable. Send personalised property listings to buyers via email. Store and track every lead centrally for sales follow-up. Notify agents instantly to improve response speed. Increase conversions with faster, automated engagement. --- 🧠 How It Works – Step by Step Website Form Submission A buyer submits a property inquiry form with: Location / City Property type (Apartment, Villa, Commercial, etc.) Budget Contact details The workflow is triggered instantly via webhook. --- Data Cleaning & Standardization Submitted inputs are cleaned and structured: Budget is normalised City and property type are standardised Data is prepared for property matching --- Property Matching (Airtable) A dynamic matching formula is generated. Airtable is searched for relevant properties. Matching includes a Β±5% budget tolerance for flexibility. --- Send Matched Properties to Buyer A rich, formatted email is generated automatically. Includes property images, price, location, features, and a β€œView More Details” link. Email is sent instantly to the buyer. --- Lead Storage in Airtable Buyer details and preferences are stored in the Buyers table. Lead status is set to New for CRM tracking and follow-up. --- Sales Team Notification A Slack message is sent to the sales channel with: Buyer details Contact information City and preferred property type Agents can respond immediately to maximize conversion. --- πŸ—‚ Integrations Used Webhook – Capture property inquiry submissions Airtable – Property database and lead CRM Gmail – Email delivery to buyers Slack – Real-time sales team alerts n8n Code Nodes – Dynamic matching logic and email generation --- πŸ‘€ Who can use this? This workflow is ideal for: 🏒 Real estate agencies 🏘 Property brokers πŸ“ˆ Sales-driven real estate teams πŸš€ PropTech startups If your team wants faster lead response and smarter property matching, this automation delivers both. --- πŸš€ Benefits βœ… No manual property searching βœ… Faster response times βœ… Centralised lead tracking βœ… Real-time sales alerts βœ… Better buyer experience

InfyOm TechnologiesBy InfyOm Technologies
163

AI-powered n8n release notes summary notifications via Gmail with GPT-5-Mini

Who's it for This workflow is perfect for n8n users and teams who want to stay up-to-date with the latest n8n releases without manually checking GitHub. Get AI-powered summaries of new features and bug fixes delivered straight to your inbox. What it does This workflow automatically monitors the n8n GitHub releases page and sends you smart email notifications when new updates are published. It fetches release notes, filters them based on your schedule (daily, weekly, etc.), and uses OpenAI to generate concise summaries highlighting the most important bug fixes and features. The summaries are then formatted into a clean HTML email and sent via Gmail. How to set up Configure the Schedule Trigger - Set how often you want to check for updates (daily, weekly, etc.) Add OpenAI credentials - Connect your OpenAI API key or use a different LLM Add Gmail credentials - Connect your Google account Set recipient email - Update the "To" email address in the Gmail node Activate the workflow and you're done! Requirements OpenAI API account (or alternative LLM) Gmail account with n8n credentials configured How to customize Adjust the schedule trigger to match your preferred notification frequency The filtering logic automatically adapts to your schedule (24 hours for daily, 7 days for weekly, etc.) Modify the AI prompt to focus on different aspects of the release notes Customize the HTML email template to match your preferences

Jeff HueraBy Jeff Huera
24