Make removing zero in the first position from requests

Hi!

The HTTP removes a zero from requests when he is present in the first position. How can I fix that?

Hey Bruno,

here is something similar. In case that is not helping solve the issue, can you show some screenshots of the current setup and the result?

Hey.
I don’t think I can show this right now, but basically, when I enter a number that starts with a 0, the request goes through, and the leading zero disappear.

Yeah, you will need to reformat it from a number variable to a string variable to retain the leading zeros.

Even using the compose string, set variable or the setString function still removes the zero.