Data & Analytics Automation Workflows — Page 13 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Data & Analytics

    Data & Analytics Workflows

    Data processing and analytics

    • Seamlessly Sync YouTube Channel Videos with Airtable for Analytics and Management

      Effortlessly manage and analyze your YouTube channel content by syncing video data with Airtable, enabling comprehensive analytics and bulk updates.

      n8nFree
    • Insert Custom Documents into MongoDB with Manual Trigger

      This workflow allows you to manually insert a document into a MongoDB collection by setting custom key-value pairs.

      n8nFree
    • Automate Weekly Mixpanel Data Export to Google Sheets

      Effortlessly keep your Google Sheets updated with weekly Mixpanel data exports. This automation ensures you have the latest insights for optimizing your digital strategy.

      MakeFree

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Automate Data Transfer and Filtering in Google Sheets Using HTTP and Iterator Modules

    Streamline your data management by automatically sending data to Google Sheets, filtering rows, and adding new entries using HTTP and Iterator modules.

    MakeFree
  1. Automate IP Address Lookup in Microsoft 365 Excel with IP2Proxy

    Automatically monitor a Microsoft 365 Excel worksheet for new IP addresses, perform lookups using IP2Proxy, and update the worksheet with detailed geolocation and proxy information.

    MakeFree
  2. Automate Data Processing from Webhook to Datastore with Aggregated Response

    This workflow automates the process of receiving data via a custom webhook, searching and aggregating records in a datastore, and responding with the aggregated results through a webhook.

    MakeFree
  3. Automate CSV Data Import into MySQL Database

    This workflow automates the process of importing data from a CSV file into a MySQL database, streamlining data management tasks.

    n8nFree
  4. Automate Email Validation and Status Update in Google Sheets with DeBounce

    Automatically validate email addresses from a Google Sheet using DeBounce and update the sheet with the validation status. This workflow ensures your email list is accurate and up-to-date.

    MakeFree
  5. Automate ClickUp to Google Sheets Sync with Row Filtering

    Automatically sync ClickUp folder lists to Google Sheets, apply filters for organized data management, and add new entries for efficient project tracking.

    MakeFree
  6. Automate Data Filtering in Google Sheets and Insights Generation with ChatGPT

    Efficiently filter rows in Google Sheets, generate insights using ChatGPT, and send the processed data via HTTP. This workflow streamlines data processing and enhances communication.

    MakeFree
  7. Automate Airtable Record Creation from Unbounce and Clearbit Data

    Automatically create Airtable records from Unbounce form submissions, enriched with Clearbit data. This workflow ensures comprehensive data capture even if Clearbit data is unavailable.

    MakeFree
  8. Bulk Insert Google Sheets Data into Microsoft SQL Server

    Automatically transfer and insert rows from Google Sheets into a Microsoft SQL Server database table in bulk. Ideal for efficiently managing large datasets.

    MakeFree
  9. Automate Google Sheets Updates with AI-Generated Content from Anthropic Claude

    Streamline your data management by automatically filtering Google Sheets rows and updating them with AI-generated messages from Anthropic Claude. This workflow enhances communication efficiency by leveraging AI capabilities.

    MakeFree
  10. Automatically Update Google Sheets with Urban Dictionary Examples

    This workflow automatically retrieves definitions from Urban Dictionary for new words added to Google Sheets and updates the sheet with example sentences.

    MakeFree
  11. Retrieve Bubble Data with n8n HTTP Request

    This workflow demonstrates how to connect n8n to a Bubble application to access data using an HTTP request.

    n8nFree
  12. Automate Google Play Review Analysis with Bright Data and Telegram Alerts

    This n8n workflow automates the collection and analysis of Google Play Store reviews using Bright Data for scraping, Google Sheets for data storage, and Telegram for alert notifications. It helps monitor app performance and sends alerts for low-rated apps.

    n8nFree
  13. Run Apache Airflow DAG and Retrieve XCom Value

    # Run Apache Airflow DAG and Retrieve XCom Value ## What this workflow does This workflow integrates the Apache Airflow API [DAGRun](https://airflow.apache.org/docs/apache-airflow/2.10.5/stable-rest-api-ref.html#tag/DAGRun) and [XCom](https://airflow.apache.org/docs/apache-airflow/2.10.5/stable-rest-api-ref.html#tag/XCom). It enables n8n to trigger Airflow DAGs and retrieve the execution results. ## Preparation: 1. **Update Airflow API Link Prefix** - Navigate to the `airflow-api` node. - Update the prefix of the Airflow API link in the format: `http(s)://ip:port`. - Example: `https://airflow.example.com` 2. **Configure Authentication** - Go to the `Airflow: dag_run` node. - Update the `Basic Auth` credentials with your Airflow username and password. - Repeat this step for `Airflow: dag_run - state` and `Airflow: dag_run - get result` nodes. **Security Note:** Using Basic Authentication requires storing credentials in plaintext. If possible, consider using API Keys or tokens for enhanced security. - An example is setting Airflow's [API Authentication](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html) to [basic_auth](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html#basic-authentication). Choose other authentication methods if needed. - Ensure the user account has the following permissions: `can create on DAG Runs`, `can read on DAG Runs`, `can read on XComs`, `can edit on DAGs`, and `can read on DAGs`. ## How to Use: To execute this workflow, use the **Execute Sub-workflow** node with the following input parameters: - **dag_id**: The DAG ID (name) in Airflow that you want to trigger. - **task_id**: The task ID (name) from which you want to retrieve the XCom return_value. - **conf**: Input data for the Airflow DAG run. - **wait**: Delay (in seconds) between each `Airflow: dag_run - state` check. - **wait_time**: The maximum time (in seconds) to wait for `Airflow: dag_run - state` before returning an error. ## Output: - The workflow returns the XCom result from `Airflow: dag_run - get result`. - The XCom `return_value` is stored in the `value` field.

    n8nFree
  14. Automate Facebook Ads Insights to Google Sheets Updates

    Effortlessly extract insights from Facebook Ads and update Google Sheets rows for streamlined data analysis and reporting.

    MakeFree
  15. Automatically Sync Wufoo Form Responses to Caspio Tables

    This workflow automates the process of transferring form responses from Wufoo to Caspio, ensuring your data is consistently updated and accessible.

    MakeFree
  16. Automate JSON Data Parsing and Entry into Google Sheets

    Efficiently parse JSON data from incoming webhooks and seamlessly add it to Google Sheets for streamlined data management.

    MakeFree
  17. Sync New Google Sheets Rows to Microsoft SQL Server

    Automatically update rows in a Microsoft SQL Server database table whenever new rows are added to a Google Sheets spreadsheet.

    MakeFree
  18. Automatically Log Shopify Customer Emails to Google Sheets

    Capture emails from your Shopify customers and automatically log them into a Google Sheet for easy tracking and management.

    MakeFree
  19. Automatically Parse and Store Phone Numbers in Google Sheets via Webhook

    Effortlessly parse phone numbers from incoming data using a custom webhook and store them in Google Sheets for streamlined contact management.

    MakeFree
  20. Sync Typeform Responses to Ninox for Seamless Record Management

    Automatically sync Typeform responses to your Ninox database, ensuring your records are always up-to-date and accurate.

    MakeFree
  21. ← PreviousPage 13 of 42Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom data & analytics workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow