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
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.
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.
Put a breakpoint at this log message and check locals panel for the current value of it at every iteration.