Hello all,
I have a document understanding piece where I need to edit one of the values of the fields in between the extraction phase and the validation station, so that when the validation station is presented to the user, the field contains a value which I have edited. I have the new value and know the field but am having trouble assigning it to the extraction results field.
I am trying to use the following in an assign, and it is able to run without error, but it does not change the value of the field:
ExtractionResults.GetSimpleFieldValues([insert field ID]).FirstOrDefault().RawValue = “New Value”
Any help is much appreciated!