How to include a PDF file to Data page of attachments.

We have a PDF generated after finishing all the steps from our application and is sent to customer in email. Now I would like to add this PDF to D_AttachmentList page to perform a logic using this DP. What are the different solution options to include this PDF to DP.

@Venkatk17188855

Well, the convert-to-pdf-and-attach shape, available for flow rules, will convert your section to a pdf file and attach it to the case.

However, from your description, it sounds like you already have the pdf file and only want to the the attach step. So, I would suggest you experiment with the shape, and use the Pega trace to see how it does the attach step, so you can re-use that piece.