Replace
The Replace component in Robbot RPA allows you to replace specific characters or substrings within a given source text with a target character or replacement text. This component provides a convenient way to modify strings and perform text replacements as part of your automation workflow.
Parameters
Source : Enter the source text from which you want to replace characters or substrings. Type : String
Target : Enter the target character or substring that you want to replace within the source text. Type : Char
Replacement : Enter the character or substring that you want to use as the replacement for the target within the source text. Type : Char
Result : This parameter returns the updated text after performing the replacement operation. Use this output to access and further process the modified text. Type : String
Usage
To use the Replace component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Replace component into your sequence or workflow.
Configure the component by providing the necessary input:
Enter the source text from which you want to replace characters or substrings in the Source parameter.
Enter the target character or substring that you want to replace within the source text in the Target parameter.
Enter the character or substring that you want to use as the replacement for the target within the source text in the Replacement parameter.
Continue building your sequence or workflow by adding other components or actions as needed.
Use the Result output parameter of the Replace component to access the updated text after performing the replacement operation.
Execute your sequence or workflow to perform the text replacement and obtain the replaced text.
By utilizing the Replace component, you can easily modify strings by replacing specific characters or substrings, allowing you to perform text transformations and manipulations in your Robbot RPA automation.