This Replace text formula can be used to replace a value XX with another value YY.
- Field- the source field to use
-
Search - the value
XXto search in the source field -
Replace - the value
YYthat will be used to replace the occurrences ofXXspecified in Search
You can also use the __EMPTY and __BLANK_SPACE keywords to replace with empty strings and blank spaces. Always use the double underscore before the two keywords.
Let’s see some examples of execution:
EXAMPLE 1
You would like to replace all the occurrences of “, “ with the “;” symbol coming from the field Campaign.
You should configure the function as shown below:
-
Field-
Campaign -
Search -
, -
Replace -
{{;}}
EXAMPLE 2
You need to replace the Form Name field value with one that contains underscores between words. The Replace text formula will search for blank spaces in the value of the Form Name field and will replace them with an underscore.
Comments
0 comments
Please sign in to leave a comment.