Mayur here! I am currently working on assignment 1 - Hash Code. I have been stuck on this for a while now. When I run the get transaction data program it gives me an error as below:
I read a couple of topics in this regards and I think that I am missing to assign a value to the out_WIList in the get transactions argument. Can anyone please assist how to go forward with this.
I revisited my Extract Work-Items sequence and tested to see if I get the correct out_WIList and I do get it right.
Attaching my project for easy reference.Project 2.zip (2.7 MB)
In your workflow, value of âOut_WIListâ from âSystem1\ExtractWorkFiles.xamlâ is not passing anywhere.
Please create a variable âWIListâ in the main sequence with type- âarray of DataRowâ, with a larger scope.
Import the âOut_WiListâ argument from âSystem1\ExtractWorkFiles.xamlâ and assign the value as âWiListâ.
Do the same in âGetTransactionDataâ workflow.
*For easy accessibility, try to name the argument with a prefix same as itâs direction.
It would be better if you rename âout_WIListâ to âin_WIListâ inside the GetTransactionData workflow, as the value is passing into it.