website logo
πŸ”­Overview
πŸ’ΌPlatform Actions
πŸ’œIntegrations
🧰Custom Actions
πŸ› οΈDeveloper's Guide
Navigate through spaces
⌘K
πŸ“•Call API
πŸ“•Generate Document
πŸ“•Call Subprocess
πŸ“•Decisional
βš“Decisional Further Reading
πŸ“•Join
πŸ“•Delay
πŸ“•For Each
πŸ“•Get File Data
πŸ“•Map Process Data
βœ‰οΈSend Email
πŸ“¬Inbound email
πŸ“Database
πŸ“Documents
πŸ“DateTime
πŸ“FTP/sFTP
πŸ“Json
πŸ“XPath
πŸ“Lists
πŸ“Numerical
πŸ“Strings
πŸ“Converters
πŸ“Excel
πŸ“Scripting
πŸ“Utilitary
πŸ“Pdf
πŸ“Beta
Docs powered byΒ archbeeΒ 

String Replace

3min

Overviewο»Ώο»Ώ

Use this action to search a string for a specified value and return a new string where the specified value(s) are replaced (ex. you have a text and you want to replace a specific word in the whole document).

How to configure the String Replace action?ο»Ώο»Ώο»Ώο»Ώο»Ώο»Ώ

Step 1. Create a process and give it a name.

Step 2. Drag the String Replace action to the canvas and link it to the other actions.

Document image
ο»Ώ

Step 3. Create the variables needed for the configuration of the action, and then add them to the configuration panel:

Document image
ο»Ώ

ο»Ώ

Source string: you need to input a string variable which contains the text to be searched and modified

Search string: you need to input a string variable with the string which you want to be searched and replaced in the source string

Replacement string: you need to input a string variable with which the matched values will be replaced

Ignore case checkbox: Check to ignore case sensitivity for the used strings

Result: the output with the new string containing replacements

ο»Ώ

For example, if you have the Source string: "This is a cat" and you want to replace the word "cat" with "dog", you should configure the action like this:

Source string: This is a cat

Search string: cat

Replacement string: dog

Result: the result should be: "This is a dog"

Step 4. Save, Validate and Run the process.

Step 6. To verify the process click Check instance.

Step 7. In the Output section, you can see the updated string:

Document image
ο»Ώ

ο»Ώ

Updated 24 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
String Len
NEXT
String Title Case
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Overviewο»Ώο»Ώ
How to configure the String Replace action?ο»Ώο»Ώο»Ώο»Ώο»Ώο»Ώ