@ColinCrabtree to get those three client id l,name,country. Once you used get text activity store them in a variable say outtext.
Now in assign activity give like this **outtext.split(“:”.tochararray)**you will get output as array of string say strarraynow to based on index values of client id,name,country give like this strarray(indexvalue).trim.hope this helps you
I did have the Get Text activity into ClientDetails already coded.
I just applied your formula (copied below for reference) into the 3 fields ClientId, ClientName and ClientCountry respectively:
After concatenating the 3 fields into the HashResult field and typing into the Hash Generator it looked as follows which was perfect.
This solved my issues. will mark it so. Thank you very much !!!
PS:It is clear that string manipulation is complex and unfortunately it is not covered in detail in any course offered. It would be good for the academy to offer a course on string manipulation. where can one get a user guide for syntax and commands?.