VALUES

Returns all the values of an object.

Syntax 

VALUES(object)

Usage examples 

Example 1

Input

1
{
2
"my_object": {
3
"color": "blue",
4
"size": "large"
5
}
6
}

Formula

VALUES(my_object)

Output

1
[
2
"blue",
3
"large"
4
]

Sample Actions 

Event transform
My Action
Event transform
VALUES

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?