


I have a dynamic number of pdf attachments as input from an adaptive form, and would like to merge all attached pdfs into a single pdf using DDX, then have it send separately with the Document of Record with the Send Email step. However I encountered an issue with the Send Email step with the following:
Caused by: com.adobe.granite.workflow.WorkflowException: GetPropertyValue failed as value corresponding to VARIABLE:attachments for type class java.lang.Object is NULL
The DDX is as follows:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="Attachments.pdf">
<PDF source="fileAttachment"/>
</PDF>
</DDX>
Input map for invoke ddx:
The "attachment" path matches the output attachment folder of the adaptive form
Output map:
The output document is saved into the "attachments" document variable
Send Email step with Document of Record and attachments document:
I am unsure why the value for attachments is NULL. Any help on this is appreciated, thank you!
EDIT - testing workflowuser's process:
The following is the dynamic table with file attachments. The ordering is PDFs 1,2,3,4, but the resultant PDF from the process gives ordering 2,3,4,1.
please log a support ticket with Adobe if you are having problems with 20 or more attachments in the form
I have changed the arguments, and i still get the issue. It works when there are 18 attachment elements, but not when there are more.
The same problem happens in the repeating bankstatements panel. It works when there are less than 20 attachments
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
please log a support ticket with Adobe if you are having problems with 20 or more attachments in the form
Is that a common use case of attaching 20 pdf files?
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
As a workaround have two repeating panel’s. The first panel you can allow users to add a maximum of say 12 attachments
In the second panel they can add another 8 attachments and submit the form
this is working for me
Here is the latest bundle
https://documentcloud.adobe.com/link/track?uri=urn:aaid:scds:US:6c353e00-1139-48c6-b8b3-5bd4abda5fd5
I have increased the size of my query to 100
Your workflow step should look like this
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
I have also added bookmarks to the assembled pdf
open the assembled pdf using Adobe reader and check the bookmarks
The updated custom bundle which allows you to assemble xfa based form is now available and can be downloaded from here
The entire article is available on experience league
Views
Replies
Sign in to like this content
Total Likes
Are you able to assemble secured pdf using Acrobat?
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes