Hi,
I’ m having some issues with the excercise. I’ve followed the problem back to the GetWorkItems sequence. Which Extracts structured data (all of the work items unfiltered and should put the result into a datatable variable which I have created, so why doesn’t it???!!!)
properties for the Extract data activity with the output going to dtWorkItems
Here is the variable definition
When I run the work flow in debug mode dtWorkItems shows as null in the locals window
I added a write range to excel activity to see the contents of the data table but as it’s null there isn’t a lot of joy there.
Here is the xaml if anyone can give me a clue please.
System1_GetWorkItems.xaml (8.5 KB)
I can see the extract going through the webpages until the last one so it should be picking up the data and the output datatable is there also (so what is going wrong?)