Syntax
FLATTEN(array)
Usage examples
Example 1
Input | 1 { 2 "my_action": [ 3 [ 4 "dog", 5 "cat", 6 "turtle" 7 ], 8 [ 9 "deer", 10 "bear", 11 "tiger" 12 ] 13 ] 14 } |
Formula | FLATTEN(my_action) |
Output | 1 [ 2 "dog", 3 "cat", 4 "turtle", 5 "deer", 6 "bear", 7 "tiger" 8 ] |
Sample Actions
Event Transform
FLATTEN
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.