I am using Extract Document Data in Studio Web, and getting the desired result back. Almost
The document (Purchase Order) contains a list/table of spare parts for cars, but as an example, one row is missing the Product ID. I look that product ID up in a Parts Catalog using Context Grounding - no problem.
âŚbut how do I modify the Document Data? I want to of course add the Product ID to the empty field in the Purchase Order.
Hi @adi.mehare,
I appreciate that it is an old post.
I am encountering an issue where a âReadâ from âExtractionResultsâ works fine, but an âUpdateâ to the same reference throws an exception.
Are you able to provide any reference to documentation about working with the âExtractionResultsâ structure?
If you want to work with the table(s) extracted in ExtractionResults then you can use the âExport Extraction Resultsâ activity under the package UiPath.IntelligentOCR.Activities. It exports the extraction result as a DataSet(collection of tables), then you can access any table with the syntax like-
I have used the Export which has been helpful to confirm the values.
For this particular use case, I need to reformat the dates so that when the ExtractedResults are shown in Action Center they are acceptable to the users.
From what I have discovered so far, there is an âExportâ but no âImportâ. Have I missed something?