Skip to main content
Nintex Community Menu Bar
Solved

Remove zeros from string

  • July 24, 2024
  • 2 replies
  • 48 views

Forum|alt.badge.img+5

Hello

How I can remove zeros from string inside the form

for example

if input is 000082354

I want it to be 82354

Best answer by Jake

Hi @wejdan 

You can do this by converting the string into a number using a form variable:

 


 



Hope this helps

Jake

2 replies

Jake
Forum|alt.badge.img+13
  • Scholar
  • Answer
  • July 24, 2024

Hi @wejdan 

You can do this by converting the string into a number using a form variable:

 


 



Hope this helps

Jake


Forum|alt.badge.img+5
  • Author
  • Rookie
  • August 6, 2024

Worked, thank you