Hello, Does any of you have idea what I’m doing wrong?
I have no clue why I cannot get data from queue…
Please help me
Hello, Does any of you have idea what I’m doing wrong?
I have no clue why I cannot get data from queue…
Please help me
@Mikolaj_Zielinski
When you use Add Transaction Item, the added Item’s status will be In Progress so you cannot get it again with Get Transaction Item.
In Add Transaction Item property, you set the output to O_TransactionItem, so you can use this variable without Get Transaction item.
If you want to add the queueitem then get it & process it late, you can try to use Add Queue Item. The added item will have status New, and you can get it with Get Transaction item
maybe you dont have any data there and you forgot to check if the returned item was ‘Nothing’ before trying to get that data from it… Remember it only will return New items and not In Progress ones…
Hey, yes i checked this morning - it was about In progress and New
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.