I have completed foundation training, currently doing assignment 1. I have been going through an issue for the past 1 week, pls help… @badita, @ddpadil, @akshay
(req reply from others too, as I have read most of these ppl’s posts…)
I have populated the datatable and assigned the required rows to a datarow array. But i’m not able to assign it to an ouput datarow argument which will later on act as transaction items list… Reply if u dnt understand my question…
So TransactionItem is a DataRow, whereas WIList is DataRow.
I belive you have to pass the id of the datarow of WIList you are trying to access. It should be like ‘TransactionItem’ = ‘WIList(0)’ for 0th Row. However for the assignment TransactionNumber can act as that id.
What’s the Error that you seeing? Are you saying there is no row data under in_WiList_Test variable even after passing the arguments?
You should have been invoking the workflow related to Extraction of Workitems(e.g. System1_Extract_Workitem.xaml) from within the Init state of Main.xaml itself.
Store the ‘Out’ DataTable argument from the extraction workflow to a datatable variable in main.xaml.
Apply the Select Method to this DataTable and then Store it into a DataRow Array variable. Till here it goes into the Init of Main.xaml