Multi-value option missing for table extraction fields in Document Understanding

We are experiencing an issue in Document Understanding related to extraction fields that are part of a table.

It appears that for these extraction fields, the “Multi Value” option can no longer be enabled in the field settings. Previously, this was possible. In fact, our project history shows that 19 days ago the same field successfully returned multiple values. However, around 15 days ago, this stopped working and the extraction now returns only a single value.

The model still correctly detects multiple occurrences of the field in the document/table, but only one result is passed back. Upon investigation, this seems to be caused by the fact that “Multi Value” is no longer available in the field configuration for this extraction field.

This change is currently impacting several of our processes that expect multiple values for this specific field.

  • Has anyone else encountered this issue?
  • Is this a known change or a bug in Document Understanding?
  • Was this behavior intentionally changed, or is there a workaround available?

Any insights would be greatly appreciated.

HI @Guus_Joosten This is a KNOWN CHANGE by UiPath (Intentional)
Problem: Multi-Value for table fields was disabled 15 days ago.

Fix Extract at ROW level instead of field level.

OLD: Field "Amount" (Multi Value) 
NEW: Table Row Structure → Each row has Amount 

Extract entire rows, not individual fields. That’s it.

You have a link to the article or documentation of this KNOWN CHANGE by UiPath? can’t seem to find it.