Skip to main content

String Oparation

The String Oparation component in Robbot RPA enables you to manipulate and process string values using different operations. It provides flexibility in modifying, extracting, or transforming string data within your automation workflows.

Parameters

Operation : Select the desired operation type from the available options. Type : String

Source : Enter the string value on which the operation will be performed. Type : String

Result : This parameter returns the result of the operation as a string value. Use this output for further processing or as desired. Type : String

Usage

To use the String Oparation component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the String Oparation component into your sequence or workflow.

Configure the component by providing the necessary input:

Select the desired operation type from the Operation parameter. Enter the string value on which the operation will be performed in the Source parameter. Continue building your sequence or workflow by adding other components or actions as needed.

Use the Result output parameter of the String Oparation component to retrieve the result of the operation.

Execute your sequence or workflow to perform the specified operation on the string value.

Note: The available operations may include string concatenation, substring extraction, case conversion, character replacement, and more, depending on the supported functionality of the String Oparation component.

By leveraging the String Oparation component, you can manipulate string values efficiently within your Robbot RPA automation, allowing for data transformations and processing tailored to your specific requirements.