Calculate Client Security Hash - Not passing Argument in between workflows

Hi everyone,

I’ve completed the process to calculate the Client Security Hash, but I’m having trouble passing the hash result from the SHA website to update the clients’ details. Despite redoing almost the entire project, the argument I’m using to pass the hash result isn’t returning any value, and I’m still getting a blank comment.

Could someone please help me figure out what’s going wrong? Any guidance would be greatly appreciated. Thank you!

@egutie24

First keep a breakpoint on invoke and perform a step into and check if out_hashresult is getting the value or not…looks like it is passed empty which is getting carried forward

Alternately check if variables exists with same name as arguments in both invoke workflows…if yes then delete the variables.

Cheers

@egutie24,

Most probably it’s the issue of sam name to variable and argument.

Incase same name, variable gets preference which returns null.