My in_Transaction number is always 0

Hi Team,

I am trying to read data from data table in Get Transaction status, even if there are rows , my in_Transaction number is always 0



It is incremented in the Set Transaction Status workflow check if it is not commented out or missing.

Check bellow comment.

Hi @adi.mehare

This is my set transcation status.

I have commented the queue part

@dutta.marina,

Check if you have declared a variable with name in_TransactionNumber in the workflow where you are logging it’s value.

In case you have an argument and a variable with same name, variable gets the priority.

@ashokkarale

Not a variable. Just declared an argument in Get Transcation. data

@dutta.marina,

Put a breakpoint at this log message and check locals panel for the current value of it at every iteration.