Forum Discussion
jcornelius
4 years agoNew Contributor III
use .concat(‘00000000’).concat($Input).slice(-8)
- Pakhi4 years agoNew Contributor III
This is not working. Can you explain little more
$value : 1234
I want it as 000001234$value : 12345
I want it as 000012345total length = 9