String Replace (Replace Character)
Find text patterns or formats in a string and replace all occurrences of a pattern or format to replacement value.
Properties
String: The field from the Flow data that’s been worked on.
Pattern: The pattern or format that is being compared
Replacement: The value that is being replaced with
Output
Output-location: Location to store the output data
Example
Let’s create a solution that changes the word “world”
into “universe”
from the Hello World solution.