Hello ,
If I’m not mistaken, the only way to mark a test data queue item as consumed is to use the “get test data queue item” activity, which doesn’t accept any input parameters to filter on an item.
If you want to filter using the “get test data queue items” activity, it’s impossible to mark the item as consumed.
If this is the case, it’s an aberration that makes test data queues very impractical for medium- or high-complexity cases; it’s a real shame.
To properly work with test data queue items we need:
-
[URGENT] To add a “Set items as consumed” activity that accepts at least two input parameters: the id or a List Of dataqueueItem
-
[LESS URGENT] To evolve the get test data queue item activity by adding an option to filter on the id
Can you tell me where I can suggest an improvement to UiPath?