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
Extraction Result :
ExtractionResult Variable
Required
TheExtractionResult
to update. It can be the output from aRun Extractor Activity
or the Data property of aTask Dependency
.Field Name :
String Argument
Required
The name of the Field to set the value. It must be a name of an already existing field.Value :
Object Argument
The value to be set for the field. Can be empty to clear the value in the field.
Last updated