Modern Document Understanding Multi-Value Extraction

Hi all, I’m currently using a modern DU project and trying to extract multi-values for certain fields (an example is shown for room type, where it occurs twice). In DU it shows that both values have been extracted. However, the output shown in UiPath Studio only contains one value.

Any help on this would be much appreciated.



Hello @vikashp

the filed with mutli-value will return a list with all the values detected in that document.

you can use for each activity to loop thru the list and display the values.

Cheers

Hi @Venkat4, thanks for the help. I’ve done it the following way using “out_DocumentData.Data.GuestName.MultiValues” and am able to output all the values needed.

image

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.