REMOVE_FIRST

Removes the first occurrence of the specified sub-text from text.

Syntax 

REMOVE_FIRST(text, text_to_remove)

Usage 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 

Event transform
My Action
Event transform
REMOVE_FIRST

Select an action to inspect.

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?