Syntax REMOVE_FIRST(text, text_to_remove)Examples Example 1Input{ "my_action": { "message": "The car carted carrots" } }FormulaREMOVE_FIRST(my_action.message, "car")Output"The carted carrots"