Syntax REPLACE_FIRST(text, search, replace_with)Examples Example 1Input{ "my_action": { "message": "We will build what we need" } }FormulaREPLACE_FIRST(my_action.message, "we", "I")Output"I will build what we need"