Number Data
The Number Data node provides a static number to your flow. You configure the number in the node's settings, and any downstream node that reads from it will receive that value. Use this for constant values like multipliers, thresholds, default volumes, point costs, or any fixed number your flow needs.
Outputs
| Name | Type | Description |
|---|---|---|
Number | number | The configured number value |
Configuration
- Number: The number value to output.
Example
You want to divide cheer amounts by 100 to convert bits to dollars for display purposes. Place a Number Data node with the value 100 and connect it to the B input of a Math node set to divide. The bits value goes into A, and the result is the dollar equivalent.