REMOVE

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

Syntax 

REMOVE(text, text_to_remove)

Usage examples 

Example 1

Input

1
{
2
"my_action": {
3
"message": "The car carted carrots"
4
}
5
}

Formula

REMOVE(my_action.message, "car")

Output

"The ted rots"

Sample Actions 

Event transform
REMOVE
Event transform
My Action

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?