I’m using the Number.ToString node from the Springs package in Dynamo, but the output is returning null instead of a string.
Setup:
-
Input (Code Block):
225.52→ connected to num -
Input (Code Block):
1→ connected to digits -
Output connected to a Watch node → shows null
I’ve verified that:
-
Inputs are valid numbers
-
Connections are correct
-
No list structure issues
Question:
Is this a known issue with the Springs Number.ToString node, or am I missing something in terms of input types or formatting?
Would appreciate any guidance or alternative approaches to convert numbers to strings reliably in Dynamo.

