I've been trying to make a pdf report with dashboard 2.
I've tried with node-red-contrib-pdfmake2 (node) - Node-RED, but I only get an error ("TypeError: Cannot read properties of undefined (reading 'vfs')"). I've also tried with wkhtmltopdf, but it doesn't work either.
Is there any current way to make a pdf report, possibly adding graphics or charts?
I was thinking of implementing a metabase to generate reports. Does it make sense to do that?
If you click on the node id in the debug node (the number starting 40aa) which node in your flow is selected? It is often a good idea to give nodes names so that you don't end up with node ids in debug.
In a command window, stop node red then start it again and post the full log output here. Copy/paste, not screenshot.
Also select the three nodes you show and Export them and paste the export here.
In case you don't know, in order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)