Hi Everyone,
I'm using Appian Document Extraction and need to process multiple invoice documents uploaded in a claim.
What is the recommended approach to:
Pass multiple invoices for extraction
Extract data from each invoice
Store the results in a List of Record Type/CDT
Can a list of document IDs be passed directly to Document Extraction, or should each document be processed individually (using a loop/subprocess)?
Discussion posts and replies are publicly visible
As you will probably want to handle extraction issues per document, I would recommend to implement a small sub process to manage extraction and issue handling for a single document. Then, start this process for each document.