How to get Value from datarow[]

help me to get value from datarow. please help me to find out errorMain.xaml (8.0 KB)
WorkItem.xlsx (10.4 KB)

List(number-1) should be assigned to transaction, not transaction(“WIID”)
You can then get transaction(“WIID”) or any other column from transaction
image

when I try get that value it is displaying
"System.Data.DataRow"

you cannot simply print datarow as a string.
However, you can print a column in transaction that way, like transaction("WIID").ToString or similar

1 Like

Thank You…!! Got the answer.!.!!

1 Like