Hi everyone,
I’m building a sentiment analysis workflow in n8n that produces around 50 different variables per run. My goal is to turn that raw output into a clean, well-structured HTML page and then export it as a PDF report. I’d like the final report to look attractive and be easy to read.
What I have so far:
- Sentiment analysis node generating ~50 data points.
- Currently dumping everything in JSON, but it’s too messy.
What I’m looking for:
- Recommendations for n8n nodes or approaches to transform the data into HTML (templates, styling, etc.).
- Best practices or external tools that integrate smoothly with n8n for PDF generation.
- Any sample workflows or code snippets that handle a large number of variables elegantly.
Thanks in advance for any tips or examples!
Cheers,
Rogério Rêga