I am trying to solve Advance Training Assignment-1 (ACME System 1 - Log In). When I am trying to assign the filtered data items to WIList variable (in my workflow it is named FilteredArray) I am facing error “Object reference not set to an instance of an object”
@Sabreen After the Data Scraping Step, Perform the Same Steps to Check if the Datatable is Empty or Not first, Then We can Confirm it is not performing Data Scrape Operation Properly.
Then you can try Data Scraping Wizard Again by Indicating the Work Items, and see if it works.
@supermanPunch Thanks. The scraping wizard is working. The output datatable is variable. I used an assign activity to change it from variable to an argument. Now it is working. But facing another issue. Can not figure out what I am doing wrong.
@Sabreen If FilteredArray Variable is a Global variable, Then you can Pass it as an Argument to the Get trnsaction Data Workflow , If you Cannot Find the Get Transaction Data Workflow, You can use the Search Option to find it, which Shows All the Places where Get Transaction Data is used.
Also I recommend to follow the Walkthrough available in UiPath Academy, as it is More clear an understandable
@supermanPunch I was following the Walkthrough and everything was going well so far. I guess I messed up with the variables and arguments a little But thank you so much for the help. Appreciate it!