is there a way to use a formula similar to floor() where I can e.g. round down 10,500 to 10,000? Thanks!
✅1
Lucas G
1 year ago
Use the round nodes
yoelfdz
1 year ago
You can use the formula round
And if you do not find a formula you can also use a custom action
Jacob Kofoed
1 year ago
If you take your number minus 0.5 in round, you will achieve what floor does 👌it’s a bit of a balance how many math functions are included in toddle by default. I wonder if someone will build a math utility ✨toddle package 📦✨ at some point 😬