Syntax
GET(object, path)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "ab": "c" 4 } 5 } |
Formula | GET(my_action, "ab") |
Output | "c" |
Example 2
Input | 1 { 2 "my_action": { 3 "a/b": "c" 4 } 5 } |
Formula | GET(my_action, "[\"a/b\"]") |
Output | "c" |
Sample Actions
Event Transform
My Action
Event Transform
GET
Event Transform
GET
Select an Action to inspect.
You can also click "Copy Actions" and paste them in your Tines Story to see how they work.