Technical reports: from 1–2 hours to about 10 minutes
I built an n8n workflow that reads three files, checks the information and generates a Word document for review.
Context
Preparing each report by hand took one to two hours of copying and pasting.
Responsibility
I worked as the sole contributor: I selected the tool, defined the format and built the workflow.
Constraints
- Budget: no additional budget.
- Team size: one person.
- Timeline: one to two weeks.
- Infrastructure: the existing infrastructure.
Decisions
- I evaluated Power Apps and selected n8n for its free access and visual representation of the process.
- I separated the workflow into extraction, parsing, checking and insertion into Word.
- I inspected the XML structure when Word fragmented the placeholders.
Outcome
With the workflow, I reduced the manual preparation of each report from 1–2 hours to about 10 minutes of review.
Verification
I tested the workflow with several reports and different outputs.
Learning
I learned how Word structures its documents with XML.