Skip to main content

Find and Replace String

Find and replace a string

Written by Holly Conrad Smith

Use this when you want to substitute part of a string within a flow, for example updating a label template with a calculated value.

How to:

  1. Feed in a string

    This could be a stringify'd object, or any string

  2. Feed in the string to find.

  3. Feed in the string to replace with.

  4. The result is the entire original string with the found string replaced.

Did this answer your question?