We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Create PDF on Catalog Task form in Flow Designer

samuelbingham
Tera Contributor

Hello, I need help creating a PDF of the Catalog Task form in flow designer. I understand we have the "export to PDF" context menu script. I am hoping to mimic something like that in Flow Designer. If anyone could help that would be great. 

1 REPLY 1

SanjivMeher
Mega Patron

There is no OOB action. You can create an action and use PDFGenerationAPI to generate a PDF. 

https://developer.servicenow.com/dev.do#!/reference/api/sandiego/server/sn_pdfgeneratorutils-namespa...

 


Please mark this response as correct or helpful if it assisted you with your question.