Skip to main content
Nintex Community Menu Bar

how do i add zeroes at the beginning of a string so the total length will be 10 digits

  • March 2, 2021
  • 3 replies
  • 181 views
  • Translate

I got a client ID (a number), (Example: 123456)

I got the length of it by using the command "Get Length".

The length will always be less then 10 digits,

But I want it to be equal to 10. (Example: 0000123456)

how can I accomplish that?

 

thanx in advance

Did this topic help you find an answer to your question?

3 replies

Hi!

 

You can achieve this by using a loop:

Keep adding a "0" character to the beginning of the string representing your value (using the "set variable" advanced command) until the length is 10 exactly. Please see the below/attached screenshot.

 

 

Hope that answers your question!

 

Kind regards,

Theo

Translate

thank u for the idea

is there an option of doing this without the loop?

I don't know why but I'm sure that there is a way without it...

Translate

Yes, actually, but I was too tired it seems yesterday to come up with it and a colleague pointed it out this morning (guess I needed more coffee ? 😞

 

Just use two advanced commands:

  1. Add "0000000000" to the beginning of your variable/value
  2. Then just get the last (from the right) 10 characters using the "find" command and a regex "[0-9]{10}$"

 

See the below screenshots and thanks to @Artur Martirosyan​ for the pointer on this!

 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings