Update Extracted Field

Updates the value on the specified extracted field.

This activity can update the value of a field in an Extraction Result. It cannot add new fields. The value can be a text or table. The activity is useful when all required fields in a document cannot be extracted using a single extractor. Fields, including tables can be extracted using multiple document extraction workflows and can be merged into one result using this activity. Only requirement is the Extraction Result must contain all the required fields with or without value.

Input

  • To set a table as value for a field, the table must be a LineItemsResult object sourced from another ExtractionResult as it cannot be created in any other way.

  • It is not possible to set the value of a cell in a table in an Extraction Result. Instead, the row which contains the target cell should be given as input in Extraction Result property with the column name as Field Name. This is possible because a table in an ExtractionResult is a LineItemsResult object and a row in a LineItemsResult is an ExtractionResult object

Last updated