Calculate Security Hash - Increase transaction number

Hi,

So - I am almost able to complete the assignment, but unfortunately, the transaction number in the workflow is not increasing. This results in that I am calculating the same hash each time as it is based on the same input.

Any suggestions as to how to increase the transaction number would be highly appreciated. :slight_smile:

Open the set transaction status file. The transaction number increases there…you need not increase it by your own! It is available by default in REFramework…

Thank you so much! It works!

That said; I have another problem. For some reason there seems to be an extra unwanted space after my variables (Client ID-ClientName-ClientCountry). See screenshots. Any suggestions as to how to remove these?

image

1 Like

Hey, Try using .Trim function while saving/assigning them to a variable! Will work!
Cheers