in_HashFormula ClientID+“-”+ClientName+“-”+ClientCountry does not generate the desired string. Only “–” gets written to the SHA1 website. I even used the ClientID.Trim+“-”+ClientName.Trim+“-”+ClientCountry.Trim . I setup the ClientID, ClientName, and ClientCountry as String Variable type with Scope Do in the System1_ExtractClientinformation. I also setup ClientID, ClientName, and ClientCountry as Out Direction with String Argument type. I followed the Assign as listed in the assignment:
Thanks for the suggestion. I am able to see the output with a Write Line and it is able to parse the information in the System1 folder but the string still does not appear in the SHA1 folder. The result is the same “- -” and the Hash code repeats for all the transactions.