Level3 Assignment1 RemoteException wrapping System.IndexOutOfRangeException: Index was outside the bounds of the array

Unable to resolve the problem of GetTransactionData AssignTransactionID faulted.

image

my assign activity is :outTransactionItem=dtWorkitems(in_TransactionNumber)

can anyone help to resolve the issue.

1 Like

Hey @kalpitmantri :slight_smile:
The assign activity should be: outTransactionItem=dtWorkitems(in_TransactionNumber-1)

5 Likes

This is correct @kalpitmantri
Please never update the Re-Frame work, it has everything already initialized!!!

1 Like

@Jan_Brian_Despi i use this but still same problem persist.Assign TransactionID faulted

I tried everything to resolve the isse but still stuck with same problem
this is my GetTransactionData workflow:
image

these are my arguments when i put 1 in in_TransactionNumber its not able to fetch hash string and throw Assign Activity faulted

image

when i remove -1 from activity and 1 from default value of in_TransactionNumber its able to generate hash string and update all WI5.but at last Assign Activity Faulted.
These are my main workflow variables
image