Hi Steve,
This is the part of the dashboard where the user can decide which parts should be included in the pdf-report:
This is still working, I get for every part an boolean value if it should be included or not
Now my example flow, I changed the pictures that are included in the file to the picture from the pdfmake-example and I changed the variable values in the table to static values so that the flow is also working when you open it. And I only included 2 parts instead of 5:
ExampleFlowPDF.json (3.9 KB)
And this is the pdf that is created from the pdfmake-node:
Now the question I have is, what I have to do to show only the part "Scanner-Data" or only the part "WMS Response-Times"? So you are right I don“t know how to include/ exclude the data from the payload, actually I“m using json-format and a normal "if-condition" is not working...