Then I wanted to do a message box showing a transaction item’s status, but an error occurred because the Get Transaction Item did not return any transaction to the variable TransactionItem :
Hi @apurba2samanta your transaction status is New or In Progress ? I’m curious that the Get Transaction Item only retrieves transaction with “New” status. Thanks.
I am facing the same issue and the activity returns null queue item even though the transaction item is present and changed the status from new to in progress.
Hello ! Check if you have more than one variable storing your transaction item. I had this problem, I had accidentally declared two TransactionItem variables with similar but overlapping scopes. The problem was resolved when I removed the extra variable.