Delete Queue Item
The Delete Queue Item component in Robbot RPA allows you to delete an item from a queue. Queues are used to store and manage data or tasks, and the Delete Queue Item component provides a convenient way to remove specific items from a queue.
Parameters
Queues : Select the queue from which you want to delete the item. This parameter allows you to choose the desired queue. Type : String
Items : Select the item you want to delete from the queue. This parameter enables you to specify the item to be removed. Type : String
Result : Returns the status of the operation. The component will return true if the item is successfully deleted from the queue, indicating that the item has been removed. Conversely, it will return false if any issues were encountered during the process. Type : Boolean
Usage
To use the Delete Queue Item component in your Robbot RPA project, follow these steps:
Drag and drop the Delete Queue Item component to the activity adding section of the Run Api Connect component.
Configure the component by providing the necessary inputs:
Select the desired queue from the Queues parameter. Select the item you want to delete from the queue using the Items parameter. Continue building your sequence or workflow by adding other components or actions.
Execute your sequence or workflow. The Delete Queue Item component will remove the specified item from the selected queue.
By incorporating the Robbot RPA Delete Queue Item component into your automation workflow, you can easily manage and manipulate items within queues, allowing for efficient data or task management in your automation processes.