Hi all,
I want to match and replace OutExtractionResults.ResultsDocument.Fields(1).Values(0).Value by matching it with the key of a dictionary and replace with the value of that dictionary.
Anyone knows how I can match and replace the result document field with a value from a dictionary?
Here are the steps I have done so far.
Thank you!