Sending Integer through JSON in HTTP request piece

Just for clarity, can you post the body you used?

Sure, this is it.

The problem was that the HTTP piece and the Data Mapper piece need double quotes around the values in the KV pair (probably from the JSON debugger).
JSON body post rejects numbers inputted with double quotes. Only the code piece allowed me to use KV pairs without double quotes.

1 Like

That code piece, Man. Incrediblly versatile.

So the issue was not solved through the HTTP piece, but you were able to send the post via the code piece? Brilliant work around.

Thank you.

I am not a developer and building this was tough. The AI helper in the code piece kept breaking my code.

Since I was able to successfully post through Postman, I finally exported the code to node.js from there and thankfully it worked.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.