Hi everyone who sees this:
My teammate Bryan got a great way to reach what we needed it.
Here’s the solution depending on the type of Variable you are targeting:
•extractionResults.ResultsDocument.Fields(5).Values(0).DerivedFields(0).Value
*5 means the index in this sample, yours will be different
I put the extractionResults in a ForEach and I was able to get the values as well:
In the ForEach activity Properties we have:
Values: extractionResults.ResultsDocument.Fields
TypeArgument: UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint
As reference this post helped:
BE Safe!