Hello @minijohn, Thanks.
It happened during both times. Surprisingly in the evening it worked. But the result PDF was not show worthy.Processing: generatedpdf.pdf...
This was the PDF generated. I wanted to have couple of rows of information and a table. But the formatting was not user friendly enough. I guess not much customization is available via markdown.
Later I tried to use opensources PDF genrators. simonbengtsson/jsPDF-AutoTable: jsPDF plugin for generating PDF tables with javascript (github.com) and parallax/jsPDF: Client-side JavaScript PDF generation for everyone. (github.com)
Then I found that the JS we run in retool is run inside a sandbox with which the PDF cannot be downloaded. So I looking out for other options.
