Avatar

Level 3

I have seen this issue. If you use the same variable and modify its values in a setvalue operation within gateway, it will give you this issue because of some race-conditions.

Is it mandatory that you use the same variable? Any business logic? I would advise using different variables within gateway and putting a logic after gateway to handle the data coming from different variables.