Error in Level 3 (Assignment 1) -

Hello guys!
I am having a question in the Calculate Client Hash Security exercise. I was able to perform all the activity, the project works normally, but at the end of the execution the following error appears: “Assign TransactionID: Index was outside the bounds of the array.” Can anyone give a hint how to solve this ???

Hello @Diego_Custodio
Welcome to our community

Just cross check that default value of
In_transactionnumber is 1 and
In assign transactionID activity should be dt_workitem(in_transactionnumber-1)

Thanks

3 Likes

Hello Sandeep13! Thanks for the tip. I made the changes you indicated, the project runs until the end however, now another error has occurred. With each call he opened a tab of ACME and SHA1 Online.

hello @Diego_Custodio
I saw some error in output panel…what is this? i cannot understand that error.
The reason could be workflow processed retry due to the error occurred

Thanks

2 Likes

Resolved! Thank’s

1 Like

@sandeep13
Hi,
I have the same problem with my assigment 1, I already change the values:
In_transactionnumber is 1 and
In assign transactionID activity should be dt_workitem(in_transactionnumber-1)

Can you please help me?

Thank you

2 Likes

@Carlos_NEO

Go to ACME test site
UserOption-> Reset Test Data then Reset data

Thanks

2 Likes

Thanks Sandeep