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.