DataTable frow DataRow field

Hi,
during my work i create datatable, and for each row one of fields in another DT.
I then need to extract that additional DT from each row. but simple assign does not work as field of Datarow is always type Object.

Is there a way to conwert type Object to DT, or a simple way to extract that DT from DataRow?

Hi
Welcome to UiPath community
kindly elaborate this scenario pls
may be with an example if possible
Cheers @Tomson

@Tomson,

Welcome to our community!

In the for each row change the Type Arguments in the property window to a System.DataTable.
so that you can directly get that datatable.

i hope we dont have type argument in FOR EACH ROW buddy
@sarathi125

1 Like