REMOVE_FIRST
Removes the first occurrence of the specified sub-text from text.
Categories: Text
Syntax
REMOVE_FIRST(text, text_to_remove)
Examples
Example 1
Input
1
{
2
"my_action": {
3
"message": "The car carted carrots"
4
}
5
}
Formula
REMOVE_FIRST(my_action.message, "car")
Output
"The carted carrots"
Sample actions
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.