I am stuck at this page . I dont know where to add Assign activity after invoking all the 4 files from system 1 folder under "Invoke Kill all process workflow " activity .
I did that . I created a variable WIList of type datatable and another variable dt_WIs of type data row . I am getting an error saying "Select is not a member of data row when I put
WIList = dt_WIs.Select(“Type=‘WI5’ AND Status=‘Open’”)
This is how it should be
WIList is a data row and dt_Wls is a data table. try to change their data types and make sure that the dt_Wls data table is the output data table which you get from data scrapping.