Hi there!
I use REFramework, and after updating the UiPath.System.Activities package to v25.12.1, the “Get Transaction Item” activity stopped recognizing items with the status “New” from any queue.
It still works correctly when I run the process (with new version of this package) using Orchestrator, but not when I try to execute it locally (using UiPath Studio or UiPath Assistant).
I tested it on several local machines with different UiPath Studio/Assistant versions (2025.10.4 LTS, 2025.10.1 LTS, 2025.0.167 STS), and all of them have the same issue.
Everything works correctly with UiPath.System.Activities v25.10.5.
Has anyone else experienced the same issue? Does anyone know why this might have happened?
Thank you!
Something to check: is your studio connected to the right folder where the queue resides?
Runtime this is often correct, but studio can just be in a different default folder after working on another project in between.
Yes.. I found the same thing as was about to post on this. The same project and code the “Get Transaction Item” Activity works in UiPath.System.Activities v25.10.5 but fails in v25.12.1.
Solution until they fix this is to not update to latest version.
issue in UiPath.System.Activities 25.12.x. Get Transaction Item may not pick up New queue items when running locally (Studio or Assistant), but it still works when executed from Orchestrator.
Your REFramework logic is fine. It’s a regression in the package. For now, stick with 25.10.5 for local runs or test queue logic only via Orchestrator, and report it to UiPath support/forum.
I can confirm similar results. I was wrapping up testing on a new project today when I noticed my transactions were no longer being found. Everything was working fine for me yesterday. The queue items were in “new” status and I couldn’t figure out what the issue was. Luckily, I found this article and downgraded “UiPath.System.Activities” to v25.10.5 and it began working again.