Get Queue Item
The Get Queue Item component in Robbot RPA allows you to retrieve specific items from a queue. Queues are used to store and manage data or tasks, and the Get Queue Item component provides a way to fetch items based on certain criteria from a selected queue.
Parameters
Queues : Select the queue from which you want to retrieve items. This parameter allows you to choose the desired queue. Type : String
Items : Select the items you want to retrieve from the queue. This parameter allows you to specify the criteria or condition to filter the items. For example, you can retrieve items based on their status, priority, or any other relevant properties. Type : String
Result : Returns the results of the queue. The component will provide the fetched items from the queue that match the specified criteria or condition, allowing you to access and process their data or perform specific actions based on the retrieved items. Type : String
Usage
To use the Get Queue Item component in your Robbot RPA project, follow these steps:
Drag and drop the Get Queue Item component to the activity adding section of the Run Api Connect component.
Configure the component by providing the necessary inputs:
Select the queue from which you want to retrieve items. Select the items you want to retrieve based on specific criteria or conditions. Continue building your sequence or workflow by adding other components or actions.
Execute your sequence or workflow. The Get Queue Item component will fetch the items from the specified queue that match the specified criteria or conditions, and the retrieved items will be available for further processing or actions in your automation workflow.
By incorporating the Robbot RPA Get Queue Item component into your automation workflow, you can effectively retrieve and process specific items from your queues, enabling efficient management and automation of your business processes.