Extracting specific information from a variable of type IDocumentData

Hi guys, I need help with something. What happens is that when using Document Undestanding, when using the Extract Document Data activity, I don’t need all of the information extracted, but rather data such as the container number, the seal number, and the product table (UiPath is printing everything as a string).
As follows

"The following data has been extracted (excluding table data): {for each fields, except tables, display as key-value pairs: field name - field value}.
TotalWeightOfGoods: KG
ContainerNumber:
SealNumber:
LoadingLocation: CARTAGENA
PayableAt:
VoyageNumber: 129N
ReceiverPhoneNumberNotify:
ReceiverNameNotify: ROBERT F. B*****
ConsigneeEmailAddressShipping: IMPORTS@.COM
ConsigneeAddressShipping: ********
FreightForwarderName:
ConsigneePhoneNumberShipping: 713460

PurchaseOrderNumber:
SenderAddressShipper: CL 8 SUR 50 67 MEDELLN COLOMBIA
CarrierAddressLogo:
CarrierNameLogo: OCEAN NETWORK EXPRESS
DocumentDateOfIssue:
DocumentPlaceOfIssue: BOGOTA
TotalQuantityOfGoods: 4112
DischargeLocation: PORT **
VesselName: MAT****
FreightForwarderPhoneNumber:
DateShippedOnBoard:
FreightForwarderAddress:
DeliveryLocation: PORT *****
ConsigneeNameShipping:
SenderPhoneNumberShipper: 285
**
ReceiverAddressNotify: 15700 ******
SenderIDShipper: 89090*****
SenderNameShipper: INDUSTRIA ***
BillOfLadingType:
HouseDocumentNumber: BOG21T0020
MasterDocumentNumber:

Table data:
ProductsWeights | ProductsPurchaseOrderNumbers | ProductsSealIDs | ProductsMeasurements | ProductsDescriptions | ProductsUnitsOfMeasure | ProductsQuantities | ProductsBatchIDs | ProductsCodes | ProductsLineNumbers | ProductsContainerIDs | ProductsHarmonizedSystemCodeHS
16405.32 | | I14821 | 51.150CBM | 792 BOXES CAFE * 18X10OZ BRICK | BOXES | 4112.00 | I14821 | | | ONEU5*** |
4034.45 | | | | | | | | | | |
| | | | 880 BOXES COLCAFE CLASSIC PZ | | | | | | |
897.60 | | | | | | | | | | |
| | | | 600 BOXES COLCAF G
*| | | | | | |
360.00 | | | | | | | | | | |
142.80 | | | | COLCAF GRANULATED I***) | BOXES | 140.00 | | | | |
| | | | COLCAF GRANULATED*** (EAST) | BOXES | 240.00 | | | | |
489.60 | | | | | KG | | | | | |
| | | | COLCAFE INST COFFEE | BOXES | 560.00 | | | | |
604.80 | | | | | | | | | | |
| | | | SELLO ROJO TRADICIONAL | BOXES | | | | | |
| | | | 10OZ GRD | | | | | | |
1222.56 | | | | DECAF CE JAR 3.17 OZ | | | | | | |
| | | | SELL** | BOXES | | | | | |
| | | | COFFEE TRADICIONAL 16 | | | | | | |
408.60 | | | | | | | | | | |

HI,

What activity do you use to extract data? Can you share your current workflow?

The following topic may help you.

Regards,

Hello, thank you very much for your reply and help. I am trying to follow the solution you showed me, but I honestly don’t understand it well. I am new to using Document Unbderstanding. I am sending you an image of the activities that I am using (those generated by UiPath, I commented on the Validate extraction activity since I do not need to perform this validation in UiPath Actions).

Hi,

If you want to use WaitForValidationTask, it’s nexessary to create task before then, as the following.

Regards,