Typeflow
Docs
← Back to Docs
Node Playground
Interactive Testing
Data Transform
Programmatic
Custom execute() logic with full control
HTTP Request
Declarative
Routing-based API configuration
Configuration
Operation
Field Name
Input Data (JSON Array)
[ { "name": "hello world", "status": "active" }, { "name": "foo bar", "status": "inactive" }, { "name": "test data", "status": "active" } ]
Run Node
Output
Configure and run the node to see output
Node Code
The execute() method handles all the logic
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22