Get document data action

Use the Get document data action to retrieve document information such as extracted values and coordinates, from the server.

Based on your requirements, use this action to:
  • Retrieve data
  • Enable applications for custom validation, lookups, normalization, and data manipulation
Note:
  • Bot Runner machine must have Python installed to use the Python package.
  • Based on your use case, you can apply custom logic at any stage in a process or workflow.
The following table describes the action fields:
Fields Description
Document ID Specify the ID of the document from which you want to get the data. The Document ID is the output of the extraction Task Bot which is available at the process level.
Records Captures the output of the Get document data action as a record set which contains the following key values:
  • Dictionary object: DocumentDictionary
  • JSON string representing the document: DocumentJson
  • Status: Status
  • Error message: StatusMessage