Same Hash Code is being populated - help

Hey All,

I’m near to end, but I’m having some issue with the hash code. Hash code is generating and filling the necessary WI5 items. However, the hash code is the seem for each one.

Could some one help? I have included the Extract Client Information workflow for ease of reference.

System1_ExtractClientInformation.xaml (8.1 KB)

1 Like

Hi @jonathan89,
Attached xaml seems to be fine but this sequence is not responsible for getting hash code and for writing it. Here you are only getting the necessary data from WI5 item.

Hi @Pablito

Thanks for your response. Please see my Process .xaml in Main workflow. I believe something wrong is happening here. I have also screenshot of what keeps populating in the sha1_online and the code that keeps populating. This code continues to update each WI5 item successfully, but obviously this is wrong and making me fail.

Any guidance you can provide would be grateful. Almost to the end and really hoping to wrap this up.

Process.xaml (8.5 KB)

Something is not correct in first invoke for sure:
This is what you have

This is based on instruction:


Notice that in your case you have one argument in for URL, one argument out… which is not used anywhere else. Please read through walkthrough document carefully and check.