How to Retrieve Specific Queue Data for a Test Case in UiPath Orchestrator?

Hello,

  • The queue contains multiple test case items, and I want to access one specific item based on certain criteria (e.g., test case name, ID, or other identifying information).
  • I need guidance on how to retrieve that item from the queue using UiPath activities or Orchestrator API.

Can someone please provide a solution or an approach to achieve this? Any help or examples would be greatly appreciated!

Thanks in advance.

Are u using test queues ??

yes i am using the test queue and using he activity get test data Queue items , but i am getting all 10 items once i retrieve i cannot utilse that for the other test cases

Use filter Id in the options each filter if is unique

Every time u upload the id will be different right ??

Mark items as non consumable in the test queuitema

Hi @rob_lavelle,

Looks like different ways(either go by id or status) available to filter the required test data queue items, see below:

Also, linking the doc for this activity FYR:

Regards
Sonali

1 Like

Try below

Or Simply put the Id in double quotes and give a try

1 Like