Hi,
I have a requirement, where I want run report in PDF format using a custom button with only JS or MS Flows.
Regards,
Shoaib Khan
Hi Shoaib Khan,
You can add the custom button with Ribbon Workbench.
Here is a sample to open report from custom ribbon button on entity form.
Open report from custom ribbon button on entity form - CloudFronts
As for generating the .pdf, you can run JavaScript functions from ribbon buttons created with Ribbon Workbench. For instance https://github.com/MrRio/jsPDF .
This would of course involve fetching all the field values you wish to put in the PDF via the JavaScript function.