Hi,
I Completed setting up the modules for use in REFramework for Calculate Client Security Hash Assignment.
It ran successfully for few work Items. Then It gave me the error message and would not move forward. I am not able to understand why. The first time i ran it it got 9 Records. The second time 2. The third time only 1.
Are you used Scrape relative or Microsoft OCR to read below client details right ?
If yes then use Get Text activity to read those details and store result in a string variable and say ‘ClientInformation’ and try below expression to read client ID, Name and Country.
Client ID - ClientInformation.Substring(ClientInformation.IndexOf("Client ID: ")+"Client ID: ".Length).Split(Environment.NewLine.ToCharArray)(0)