Hi everyone!
I can not see the fail…
Value of type 'System.Data.DataTable' cannot be converted to 'System.Data.DataRow'.
What is the problem?
Thanks!
Please change the data type from DataTable[ ] to DataTable for in_WIList variable and then try.
And also in Else condition assign nothing to out_TransactionItem but not out_TransactionID.
I think your variable in_WIList should be of type DataRow[] instead of Datatable if you are accessing a single row, ![]()
Thanks,
Rammohan B.
It is correct!!
I did not remember the array…
Thank for your help!