here, I need to increment the TransactionNumber by 1,so I am doing it by + 1 in else part of IF Condition.
But its not incrementing my WorkItems. Plz Help me Out.
transactionitem is of type integer I hope, but you are trying to check if it is a string using equals @Shahbaz670