Skip to main content
Nintex Community Menu Bar

How do we configure a nintex onprem workflow to Get and Merge all docs attached to the form/list Item along with the PDF the DocGen will generate?  The final output needs to be a single PDF of all docs (the list item form + all attachments)

 

Hi ​@kpope 

I think you may want to look at leveraging Nintex Workflow Cloud for this.  It provides greater flexibility to leverage the DocGen action by creating file variables to work with.

There is one limitation on this in that you can’t pass a collection to the action.  So instead you specify a max number of attachments and use a run if action to store each attachment in a file variable based on the count of total attachments (eg if Attachment Count >0, get file 1; if Attachment Count > 1, get file 2; etc.).  Then you can pass that to the DocGen action, leveraging a condition to include the file variable based on the count of attachments.


I am not sure I understand the configuration - also the final PDF must be routed to an ON PREM DMS, not a cloud doclib. How can that be accomplished in NAC? 


Reply