Skip to main content

Generate interactive quantity reports from Revit and IFC projects to HTML

Workflow preview

Workflow preview
100%
Generate interactive quantity reports from Revit and IFC projects to HTML preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Revit to HTML Quantity Takeoff Generator Automates extraction of wall quantities from Revit models and creates a professional interactive HTML report. Key Features Automated wall quantity analysis ...

Best for

  • Engineering automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.executecommand, n8n-nodes-base.if, n8n-nodes-base.readbinaryfile, n8n-nodes-base.spreadsheetfile, n8n-nodes-base.function, n8n-nodes-base.writebinaryfile

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Artem Boiko.

Original n8n.io source

1.1 Workflow description

Title
Generate interactive quantity reports from Revit and IFC projects to HTML
Workflow name
Generate interactive quantity reports from Revit and IFC projects to HTML

Revit to HTML Quantity Takeoff Generator

Automates extraction of wall quantities from Revit models and creates a professional interactive HTML report.

Key Features

  • Automated wall quantity analysis
  • Calculates volumes by wall type ("Type Name")
  • Generates interactive HTML QTO report
  • Includes summary statistics: total elements, total and average volumes
  • Provides detailed breakdown by element type

How it works

  1. Upload a Revit file as input
  2. Workflow extracts wall quantities and types
  3. Creates and saves a ready-to-share HTML dashboard with QTO data

  • No API keys required
  • Runs offline
  • Output is a professional, ready-to-use HTML report

Consulting and Training

We work with leading construction, engineering, consulting agencies and technology firms around the world to help them implement open data principles, automate CAD/BIM processing and build robust ETL pipelines.

If you would like to test this solution with your own data, or are interested in adapting the workflow to real project tasks, feel free to contact us.

Author

DataDrivenConstruction.io [email protected]

Docs & Issues:
Full Readme on GitHub

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Start - Click to begin

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Setup - Define file paths

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Extract - Run Revit converter

Type / Role
n8n-nodes-base.executeCommand - executeCommand
Config choices
Version 1

Block 4 - Check - Did extraction succeed?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 5 - Success - Create Excel filename

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Error - Show what went wrong

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Extract - Read Excel file from disk

Type / Role
n8n-nodes-base.readBinaryFile - readBinaryFile
Config choices
Version 1

Block 8 - Extract - Parse Excel to data

Type / Role
n8n-nodes-base.spreadsheetFile - spreadsheetFile
Config choices
Version 1

Block 9 - Transform - Filter only OST_Walls

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 10 - Transform - Clean wall data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Transform - Group by Type Name & sum Volume

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 12 - Transform - Generate HTML Report

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 13 - Load - Save HTML Report

Type / Role
n8n-nodes-base.writeBinaryFile - writeBinaryFile
Config choices
Version 1

Block 14 - Success - Final results

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Extract Phase Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Transform Phase Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Load Phase Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - On the standard 3D View

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 22 - Non-3D View Elements Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

3. Summary Table

Workflow Generate interactive quantity reports from Revit and IFC projects to HTML
Complexity advanced
Nodes 22
Categories Engineering
Author Artem Boiko
Published 11 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5869/5869.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate interactive quantity reports from Revit and IFC projects to HTML do?

Revit to HTML Quantity Takeoff Generator Automates extraction of wall quantities from Revit models and creates a professional interactive HTML report. Key Features Automated wall quantity analysis ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.