SharePoint Designer 2013: Replace Substring in String Action

Please refer my previous article to learn more about SharePoint Designer 2013 Workflows.

In this blog you will see how to use “Replace Substring in String “action in SharePoint Designer 2013.

Description:

Replaces a particular substring with another substring.

In this example, I am trying to replace a substring “Anand” with “Kumar” in “Name” field and storing the output in “Output” string variable and updating the current item “Notes” field to display the updated value.

Workflow Design:
 
 
Result: