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.
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.