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

    Data & Analytics Workflows

    Data processing and analytics

    • Export SQL Data to XML with XSL Formatting via Webhook

      This workflow exports SQL data to XML and formats it using an XSL template, ensuring compatibility with modern browser CORS policies.

      n8nFree
    • Comparing Data with the Compare Datasets Node

      This workflow is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, fruit, and provide insights into the differences. Here are the steps: 1. **Manual Trigger**: The workflow begins when a user clicks "Execute Workflow." 2. **Dataset 1**: This node generates the first dataset containing information about fruits, such as apple, orange, grape, strawberry, and banana, along with their colors. 3. **Dataset 2**: This node generates the second dataset, also containing information about fruits, but with some variations in color. For example, it includes a kiwi with the color mostly green. 4. **Compare Datasets**: The "Compare Datasets" node takes both datasets and compares them based on the fruit field. It identifies any differences or matches between the two datasets. In summary, this workflow is used to compare two datasets of fruits and their colors, identify differences, and provide guidance on how to explore the comparison results.

      n8nFree

    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.

    Convert JSON Data to Google Sheets Rows Automatically

    Seamlessly parse JSON data and insert it as new rows in Google Sheets, streamlining data management and analysis.

    MakeFree
  1. Automate Basin Form Submissions to Airtable

    Seamlessly transfer submissions from Basin to Airtable for efficient data management. Ensure your Airtable table matches the required structure for optimal functionality.

    MakeFree
  2. Export Zammad Data to Excel for Users, Roles, Groups, and Organizations

    This n8n workflow exports Zammad data, including Users, Roles, Groups, and Organizations, into separate Excel files. It streamlines data management and reporting by providing structured outputs for further processing or sharing.

    n8nFree
  3. Automate Postgres Data Freshness Checks with Email Notifications

    Automatically monitor the freshness of data in Postgres tables and receive email alerts if data becomes stale beyond a configurable threshold.

    n8nFree
  4. Automate Data Insertion and Update in Airtable

    This workflow automates the process of inserting and updating records in Airtable, streamlining data management tasks.

    n8nFree
  5. Automate LinkedIn Email Retrieval and Google Sheets Update

    This workflow automates the process of retrieving email addresses from LinkedIn profiles and updating them in a Google Sheets document. It leverages the Prospeo.io LinkedIn Email Finder API to enrich LinkedIn profile data stored in Google Sheets.

    n8nFree
  6. Automate Data Processing from Apify to Airtable

    Efficiently run an Apify actor to fetch dataset items and automatically create records in Airtable, enhancing data processing and organization.

    MakeFree
  7. Automate Email Validation and Status Update in Google Sheets with TrueMail

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

    MakeFree
  8. Automate Weekly Notion Record Count and Slack Notification

    This workflow automates the process of counting new records in a Notion database each week and sends a summary to a Slack channel. It helps teams stay updated on new entries efficiently.

    n8nFree
  9. Google Analytics Metrics to Google Sheets & Slack Integration

    Streamline your data workflow with our automated integration that sends key Google Analytics metrics-like sessions and bounce rates-directly to Google Sheets and shares them on Slack. Scheduled updates every Friday (its easy to change the schedule to fit your teams rhythm) keep your team informed and ready to optimize digital strategies with the latest insights.

    MakeFree
  10. Automate Multi-CRM Data Sync to Google Sheets with AI Deduplication

    This workflow synchronizes contact data from HubSpot, Pipedrive, and Salesforce into Google Sheets, using AI to deduplicate and assess data quality. It runs on a schedule or can be manually triggered, ensuring a clean and up-to-date master database.

    n8nFree
  11. Convert HTML to Markdown and Extract Links from Web Pages

    This workflow transforms HTML content from web pages into markdown format and extracts all page links using the Firecrawl.dev API. It processes URLs in batches, respects API rate limits, and outputs the data to your preferred database.

    n8nFree
  12. Sync Monday.com Board Data to Google Sheets Automatically

    Effortlessly synchronize your Monday.com board data with Google Sheets. This workflow ensures your spreadsheet is always up-to-date with the latest board details.

    MakeFree
  13. AI Social Media Caption Creator for Airtable

    Automates AI-generated social media captions in Airtable using briefings, target group info, and tonality for consistent, high-quality posts.

    n8n$12.99
  14. Import Workflows and Map Their Credentials Using a Multi-Form

    ## Purpose This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. ![Image](https://i.imgur.com/35UFNRa.png) ![Image](https://i.imgur.com/MnWtCFJ.png) ## How it works - A multi-form setup guides you through the entire process. - At the beginning, you have two options: - Upload a workflow file (JSON) - Copy workflow from a remote n8n instance - If you choose the second option, you get to choose one of your predefined (in the Settings node) remote instances first, then it retrieves a list of all the workflows using the n8n API which you then can choose a workflow from. - Now both initial options come together - the workflow file is being processed. - In parallel, all credentials of the current instance are being retrieved using the Execute Command node. - The next form page enables a mapping of all the credentials used in the workflow. The matching happens between the names (because one workflow can contain different credentials of the same type) of the original credentials and the ones available on the current instance. Every option then shows all available credentials of the same type. In addition, the user has always the choice to create a new credential on the fly. - For every option which was set to create a new credential, an empty credential is being created on the current instance using the n8n API. An emoji is being appended to the name, which indicates that it needs to be populated. - Finally, the workflow gets updated with the new credential IDs and created on the current instance using the n8n API. Then the user gets a message, if the process has succeeded or not. ## Setup - Select your credentials in the nodes which require those. - Configure your remote instance(s) in the Settings node. (You can skip this step, if you only want to use the File Upload feature) - Every instance is defined as an object with the keys name, apiKey, and baseUrl. These instances are then wrapped inside an array. You can find an example described within a note on the workflow canvas. ## How to use - Grab the (production) URL of the Form from the first node. - Open the URL and follow the instructions given in the multi-form. ## Disclaimer - Security: Beware, that all credentials are being decrypted and processed within the workflow. Also, the API keys to other n8n instances are stored within the workflow. - This solution is primarily meant for transferring data between testing environments. For production use, consider the n8n enterprise edition which provides a **reliable** way to deploy workflows between different environments without the need of manual credential mapping.

    n8nFree
  15. Automate Data Transfer from Airtable to Google Sheets

    Streamline your workflow by automatically transferring and synchronizing data from Airtable to Google Sheets, ensuring up-to-date information for enhanced collaboration and decision-making.

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

    Effortlessly parse JSON data from action events and automate its entry into Google Sheets, enhancing data management efficiency.

    MakeFree
  17. Provide Latest Euro Exchange Rates from European Central Bank via Webhook

    ### What is this workflow doing? This simple workflow is pulling the latest Euro foreign exchange reference rates from the European Central Bank and responding with expected values to an incoming HTTP request (GET) via a Webhook trigger node. ### Setup - **No authentication** needed - The workflow is **ready to use** - **Test** the workflow template by hitting the test workflow button and calling the URL in the webhook node - Optional: choose your own Webhook listening path in the Webhook trigger node ### Usage There are two possible usage scenarios: 1. Get all Euro exchange rates as an array of objects 2. Get only a specific currency exchange rate as a single object #### All available rates Using the HTTP query `?foreign=USD` (where USD is one of the available currency symbols) will provide only that specifically asked rate. Response example: ```json {"currency":"USD","rate":1.0852} ``` #### Single exchange rate If no query is provided, all available rates are returned. Response example: ```json [{"currency":"USD","rate":1.0852},{"currency":"JPY","rate":163.38},{"currency":"BGN","rate":1.9558},{"currency":"CZK","rate":25.367},{"currency":"DKK","rate":7.4542},{"currency":"GBP","rate":0.85495},{"currency":"HUF","rate":389.53},{"currency":"PLN","rate":4.3053},{"currency":"RON","rate":4.9722},{"currency":"SEK","rate":11.1675},{"currency":"CHF","rate":0.9546},{"currency":"ISK","rate":149.30},{"currency":"NOK","rate":11.4285},{"currency":"TRY","rate":33.7742},{"currency":"AUD","rate":1.6560},{"currency":"BRL","rate":5.4111},{"currency":"CAD","rate":1.4674},{"currency":"CNY","rate":7.8100},{"currency":"HKD","rate":8.4898},{"currency":"IDR","rate":16962.54},{"currency":"ILS","rate":3.9603},{"currency":"INR","rate":89.9375},{"currency":"KRW","rate":1444.46},{"currency":"MXN","rate":18.5473},{"currency":"MYR","rate":5.1840},{"currency":"NZD","rate":1.7560},{"currency":"PHP","rate":60.874},{"currency":"SGD","rate":1.4582},{"currency":"THB","rate":38.915},{"currency":"ZAR","rate":20.9499}] ``` ### Further info Read more about Euro foreign exchange reference rates [here](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html).

    n8nFree
  18. Sync Google Analytics to Google Sheets

    Elevate your digital marketing strategy by seamlessly syncing crucial Google Analytics metrics-sessions, bounce rates, and conversions-directly to Google Sheets. his automated update occurs every Friday, but you can adjust the timing to suit your needs. Empower your marketing efforts with up-to-date, easy-to-access insights that help you understand visitor behaviors and optimize campaigns effectively.

    MakeFree
  19. Standardize US Phone Numbers with Multiple Format Options and Validation

    ## Workflow Overview: This n8n workflow template takes a US phone number as input, validates it, and returns it in multiple standard formats, including handling extensions. It's designed to streamline the process of standardizing phone number data within your automations. ## How it Works: **Input:** Accepts a phone number string as input. This number can be in various common formats (e.g., `(555) 123-4567`, `555.123.4567`, `+15551234567`, `5551234567x890`). **Formatting Removal:** Strips all non-numeric characters to isolate the core number and any potential extension. **Validation:** - **Country Code Check:** Verifies if the number starts with the US country code (`+1` or `1`) or assumes US if no country code is present and the length is correct. - **Length Check:** Ensures the main number component consists of exactly 10 digits after stripping formatting and the country code. **Output Generation (if valid):** If the number passes validation, the workflow outputs the phone number in several standardized formats: - **Number Only:** 5551234567 - **E.164 Standard:** +15551234567 - **National Standard:** (555) 123-4567 - **Full National Standard:** 1 (555) 123-4567 - **International Standard:** 00-1-555-123-4567 **Extension Handling:** If an extension is detected in the input, it is separated and provided as: - **Extension (Number):** 890 - **Extension (String):** 890 **Use Cases:** - Cleaning and standardizing phone number data in CRM systems. - Formatting numbers before sending SMS messages via APIs. - Validating user input from forms. - Ensuring consistent phone number representation across different applications.

    n8nFree
  20. Filter and update Google Sheets cells with messages from Anthropic Claude

    Use this template to filter Google Sheets rows and update a specific cell with messages from Anthropic Claude. Streamline data management and communication in your spreadsheets.

    MakeFree
  21. Automate Financial Tracking from Gmail to Google Sheets

    This workflow automates the extraction of transaction details from Gmail emails and organizes them into a Google Sheet for streamlined financial tracking.

    n8nFree
  22. ← PreviousPage 24 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