Generate PDF Document Action in Flow Designer

Austin_Brunet
Tera Contributor

Hey everyone!

 

I am looking for a way to generate a PDF in flow designer with the new "Generate PDF Document" action in flow designer. I have created the document template, but not sure how the action works or what information needs to be placed into each of the fields.

 

The request is based on an SCTASK, the PDF can be generated where the tech only has to type in the information needed (4 boxes on the PDF). I cannot show the entire PDF, but here are 3 of the 4 boxes that they would like to be populated. The 4th box is the date that this is generated.

 

Can anyone help?

 

Thanks in advance!

 

Austin Brunet

1 ACCEPTED SOLUTION

@Austin_Brunet I did some search and found that the Generate PDF Document action only works with HR Templates. Unfortunately, this action can't be leveraged for Catalog Tasks.

 

Here is the link to the thread https://www.servicenow.com/community/now-platform-forum/how-does-generate-pdf-document-action-works-...

 

For generating the PDF you will have to rely on PDFGenerationAPI. the https://developer.servicenow.com/dev.do#!/reference/api/vancouver/server/sn_pdfgeneratorutils-namesp...

View solution in original post

7 REPLIES 7

@Sandeep Rajput Here is the test I am running attachments. If you see anything wrong, please let me know.

@Austin_Brunet I did some search and found that the Generate PDF Document action only works with HR Templates. Unfortunately, this action can't be leveraged for Catalog Tasks.

 

Here is the link to the thread https://www.servicenow.com/community/now-platform-forum/how-does-generate-pdf-document-action-works-...

 

For generating the PDF you will have to rely on PDFGenerationAPI. the https://developer.servicenow.com/dev.do#!/reference/api/vancouver/server/sn_pdfgeneratorutils-namesp...

@Sandeep Rajput Thank you so much I really appreciate it!