Update Queue
The Update Queue component in Robbot RPA is used to update an existing queue. It allows you to modify the name and description of a selected queue.
Parameters
Queues : Description: Select the queue you want to update. Usage: Specify the name or identifier of the queue that you want to modify. This parameter determines the queue that will be updated. Type : String Name: Description: Enter the new name for the queue. Usage: Provide the updated text containing the new name for the queue. This parameter allows you to change the name of the selected queue. Type : String Description: Description: Enter the new description for the queue. Usage: Provide the updated text containing the new description for the queue. This parameter allows you to modify the description of the selected queue. Type : String Result : Description: Returns the status of performing the operation correctly. Usage: After executing the Update Queue component, this parameter indicates whether the update operation was performed successfully or encountered any issues. The component will return a Boolean value of "true" if the update was successful and "false" if any errors occurred. Type : Boolean
Usage
To use the Update Queue component in your Robbot RPA project, follow these steps:
Drag and drop the Update Queue component into your sequence or workflow.
Configure the component by providing the necessary inputs:
Select the queue you want to update. Enter the new name for the queue. Enter the new description for the queue. Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The Update Queue component will update the selected queue with the provided new name and description. The Result parameter will indicate the success or failure of the update operation.
By incorporating the Update Queue component into your automation workflow, you can easily modify the name and description of existing queues, ensuring accurate and up-to-date information for efficient queue management in your business processes.