UiPath Advance Training 1: Delete spaces in between hash formula to generate hash code in sha1-online.com

What you can do then is:

After you GetText

  1. Use yourvar.Split(Environment.NewLine.ToArray,StringSplitOptions.RemoveEmptyEntries) - result is array of strings with index values of each line (which is =3)
  2. First line: yourarray(0).Split(":"c)(1).Substring(1) = ClientID

Repeat for array index 1 and 2 for ClientName and Country.