Anyone Know how to write a formula to always add a "0" if its only 1 digit?
Example I want the below to day "04"


wow love chat gpt helped me! All you have to know is zzTO uses math.js and can solve many of your problems. Here is what I used:
concat(if([width:IN] < 10, "0", ""), string([width:IN]), '"')

Awesome!! Glad you figured it out, and thanks for sharing. 🙂