How to enter the manipulated Client details in SHA1Online url?

Hi,
I have managed to extract the Client ID , Client Name and ClientCountry and assigned them to seperate variables and linked those to the output arguments of System1_ExtractClientInformation.xaml.
In the next time, I have to invoke “System-1_NavigateWorkItemDetails.xaml” and System1_ExtractClientInformation.xaml and bind the arguments.
Now I have to manipulate the ClientID-Name-Country in this order and provide this value in SHA1Online , click “Hash” and extract the value I see on the screen.
I am stuck here.
Please suggest the activities I need to execute in the order to automate the following steps:

  1. How to enter the client info formula in the HTML input box ( This I can do with the output values of System1_ExtractClientInformation.xaml )
  2. Next activity would be “Click”
  3. Need to Get Text or Scrape to get retrieve the generated Hash Code

Please help!
Thanks a ton!
Nalini

For to type the data use Type into activity and for to get the text use get text activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.