You are here:
Extract Data from Document Action
Extract structured data from documents using AI-powered analysis based on a Document Processing Configuration.
In Flow Builder, add an Action element to your flow. In the Action field, enter Extract Data from Document, and select Extract Data from Document.
Set Input Values
Use values from earlier in the flow to set the inputs for the Extract Data from Document action.
| Input Parameter | Description |
|---|---|
| Content Document ID | The ID of the content document record to analyze. |
| Document Processing Configuration | The API name of the document processing configuration used to get data from the document. |
Store Output Values
To use the extracted data later in the flow, store it in a variable. The values are assigned when the document is processed.
| Output Parameter | Description |
|---|---|
| Extracted Data | A dynamic Apex Class containing the extracted data from the document. |

