Structure Command Nodes
| Description |
You use Structure nodes to organize and structure into modules your program by grouping steps in folders, building reusable functions that you run with Call, running parallel tasks with Thread, and storing values with Assignment to keep large programs readable and maintainable.
|