Client ID, Name and Country - Calculate Client Security Hash

Hi all,

I’m being plagued by this error in my Workflow for the above assignment:

image

I don’t understand why this is happening as I have declared them in the ExtractClientInformation worklfow as out arguments, declared them as variables in Process, bound them together and imported them into the GetHashCode workflow.

I’ve checked the walkthrough and other examples and this works for them.

Where am I going wrong?

Thanks,

@AceRenegade

Its showing above mentioned variables are not declared. Could you please check those variable scope and then try once.

The only scope available is ProcessTransaction. In the workflows they’re being used as arguments.

Reentering them without spaces has corrected the issue - don’t know why as I’d tried that already…

1 Like

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