Hi,
I encountered a problem where I extracted work item data into a variable called Extract Data Table, but when I invoke it to the Main Page. The data is null. Thanks for your help!

Hi,
I encountered a problem where I extracted work item data into a variable called Extract Data Table, but when I invoke it to the Main Page. The data is null. Thanks for your help!
Hi @siaochuenchong
How did you check that the data is null
Use Output Datatable along with writeline or message box and check for extracted data
Hi Vinnethkumar,
I used debug to check that the data is null.
When I use the message box, it turns out to be empty, but the data is able to extract to an excel file I Tried.
Hi ARahman,
The error occurs in the later Assign activity where I wanted to filtered the data.
The data is still valid while scraping, but when I extract it into the Main file with the value “dt_wlx”, which I typed. It became null.
I believe The problem occurs in between the transition between the extract transaction data and Main file, but I can’t spot the error
Hi Guys,
I Spotted the error where the name of variable is same with the name of arguments, so the data is not ex-tractable. Thanks for your help guys