This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe PrimitiveInt node provides a simple way to work with integer values in your workflow. It takes an integer input and outputs the same value, making it useful for passing integer parameters between nodes or setting specific numeric values for other operations.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
value | INT | Yes | -9223372036854775807 to 9223372036854775807 | The integer value to output |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | INT | The input integer value passed through unchanged |