Syntax
RANGE(start, end)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "message": 10 4 } 5 } |
Formula | RANGE(7, my_action.message) |
Output | 1 [ 2 7, 3 8, 4 9, 5 10 6 ] |
Sample Actions
Transform
My Action
Transform
RANGE
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.