Assign To
The Assign To component in Robbot RPA allows you to retrieve a specific value from an object by providing the corresponding key. This component is useful when you have an object that stores key-value pairs, and you need to extract the value associated with a particular key.
Parameters
Item Name : Enter the object or dictionary that contains the key-value pairs. This parameter should be the name or reference to the object where the key-value pairs are stored. Type : String
Key : Enter the key for which you want to retrieve the corresponding value. This parameter specifies the key that you want to search for within the object. Type: String
Result : This parameter stores the retrieved value corresponding to the provided key. The value is returned as a string. Type : String
Usage
To use the Assign To component in your Robbot RPA project, follow these steps:
Drag and drop the Assign To component into your sequence or workflow.
Configure the component by providing the necessary inputs:
Enter the object or dictionary that contains the key-value pairs into the Item Name parameter.
Specify the key for which you want to retrieve the value in the Key parameter.
Continue building your sequence or workflow by adding other components or actions that require the retrieved value.
Execute your sequence or workflow. The Assign To component will search for the provided key within the object and store the corresponding value in the Result parameter.
Use the retrieved value from the Result parameter in subsequent components or actions for further processing or operations.
By utilizing the Assign To component in your Robbot RPA automation, you can easily retrieve specific values from an object or dictionary by providing the associated key. This allows you to access and manipulate the desired values within your automation workflow based on the provided keys.