I will be greatful for help on subject where im stop.
From the list of work items, extract only the items needed in the current process - those of the WI5 type, with the status set to “Open”.
Use the DataTable.Select method to filter out the elements that do not match the criteria above. Assign the result to a new variable.
This is what the Assign activity should look like:
Guys im burn out please help me out one more time. Im not cach this part of process…
Also, when there are Transaction Items left to be processed, we need to set the Transaction ID to the value of the Work Item ID. The activities are already in place, so we only need to change the value of TransactionID in the Assign activity to (especially this part) “out_TransactionItem(“WIID”).ToString”.
@sreekanth thank you very much! I try it but now I have an other error message :
The value of the “1-dimensional array of System.DataDataRow” type can not be converted to “System.Data.DataRow”
Could you help ? Thank you for your time and your help !