Document Understanding Extract Table and Column Field

Guys i was extracting from document understanding modern by using for each row, i have column and table field, column field was fine, but the table field is just return “table” as value from for each row

Hi,

Can you try to extract content of the “table” as the following?

datatableVar = dataSetVar.Tables("FieldName")

Regards,

Hi, it’s not return any value

Hi,

Can you try to check if the dataset variable has multiple datatables using Locals panel or Immediate panel?

Regards,

Yes, it was contain 4 table, simple fields, simple fields - formatted, items, and items - formatted, i already output items table and still got the ‘table’ as value