Merge Subdocuments into Document
Merges multiple subdocuments into a single consolidated document.
Last updated
Was this helpful?
Merges multiple subdocuments into a single consolidated document.
This procedure takes multiple subdocuments (typically document fragments, sections, or extracted portions) and combines them into a single merged document. Each subdocument maintains its original content and order, creating a complete document from multiple subdocument files.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the subdocuments are {subdoc_list}Specifies the list of subdocuments to merge.
Indented under merge subdocuments into document.
✅ Yes — This phrase is required.
✅ Yes — Replace {subdoc_list} with a reference to a list of subdocuments.
the subdocuments are the extracted sectionsthe document name is {name}Specifies a custom name for the merged document.
Indented under merge subdocuments into document.
❌ No — This phrase is optional.
✅ Yes — Replace {name} with your desired filename (with or without extension).
the document name is "complete_report.pdf"Merges subdocuments that were previously extracted from a larger document.
Merges subdocuments using an automatically generated document name.
Last updated
Was this helpful?
Was this helpful?
merge subdocuments into document where
the subdocuments are the extracted sections
the document name is "complete_report.pdf"merge subdocuments into document where
the subdocuments are the subdocument files
