Hi,
I’m going through the Level 3 training and have just added a load of invokes for the System1 app into the Init sequence.
I’m having a problem with the datatable that is returned from the GetWorkItems workflow that is invoked.
This has an out argument of all the workitems (unfilteredfrom the system1 app) I created a Datatable variable called dtWorkItems to take the out argument
I have also created another datatable variable called WIList which will (hopefully) hold the filtered version of the dtWorkItems datatable
The problem occurs when I try the assign
The error on the assign is
I don’t understand the error here WIList is a Datatable and dtWorkItems is a datatable that has been filtered which should still be a data table, right?
Here is my main in case I haven’t fully described the issue
Main.xaml (53.4 KB)