Is there a way to make an HTML dashboard out of the workflow?

Hello,

Is there a way to make an HTML dashboard out of the workflow ? I made the HTML template, but I want to have an indepent webpage from that template where I can see my final output.

Thanks.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I did that previously but then realized it was easier for me to add JS to a webpage that dynamically creates the content by grabbing the data using n8n API calls. Now I can edit and save content easily. It’s virtually instantaneous, albeit with a small data set.

FWIW, I started by asking GPT to "Write the CSS, HTML and JS for a webpage that uses AJAX calls to dynamically populate the webpage with data from an n8n database … ". That, plus hundreds of additional prompts got me exactly what I needed. (I can’t write reliable JS code from scratch, but I’ve gotten to where I can read it well enough for my needs.)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.