ParseNumber not converting to Number in POST Request

Hello!

I’m doing a basic auth post request where one of the query parameters needs to be passed as a number.

I’ve tried creating a variable that parseNumber and also parseNumber in the request, yet it still is passing the number as a text variable.

Any ideas on how to resolve this? Thanks in advance!

I think you should send it as Content, not as a Query String

1 Like

Thank you @Kirill_Vodopianov ! That worked. For anyone else having this issue below is a screen shot on how I resolved it.