Hello,
I have almost completed the Calculate client security hash assignment, but I keep on getting the same error and I couldn’t find a solution anywhere.
The process runs smoothly and all the workitems are updated, but in the output I get the same error for the last workitem all the time.
The assign is out_TransactionItem = in_WIList(in_TransactionNumber)(“WIID”).ToString (this is how a colleague advised me to do it.
Could someone please help me?
Thank you in advance!
BR,
Iida
1 Like
Try
in_TransactionNumber <= in_WIList.Count
instead in the condition
Unfortunately it doesn’t solve the problem. I’m still getting the same error.
1 Like
out_TransactionItem = in_WIList(in_TransactionNumber-1)
1 Like
Maybe you did not subtract 1.
Because if not, the last transaction will really be out of bounds 
Hmm… Then it gives me the following:
I’m really lost with this one.
1 Like
GetTransactionData.xaml (8.7 KB)
You may check this code 
5 Likes
lakshman
(Ganta lakshman)
8
@iida.myllymaki,
Change TransactionItem variable type to DataRow from String. Change it in whole process where ever you used it.
You should change all the out_TransactionItem arguments’ type to DataRow
1 Like
Thank you so much!!! It works now! 
1 Like
Good to hear that! Good luck on getting that diploma 
system
(system)
Closed
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.