Modify Document Data item (Modern, Studio Web)

Hi everyone,

I am using Extract Document Data in Studio Web, and getting the desired result back. Almost :slight_smile:

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.

Anyone?

Cheers,
Jeppe

Try this
ExtractionResults.ResultsDocument.Fields(0).Values(0).Value = “Your Value”

Just use valid index for your fields

But isn’t that Classic DU in Studio you’re referring to, and not Modern in Studio Web?

-Jeppe