POST request with variables and raw body JSON

Hi @iTGears ,

So, I ran through this scenario and if using just this code, it works without issues for me. So, what this potentially means is that you have an Environment Variable that is overriding it. So, before doing any other troubleshooting, I would recommend checking if you have an Environment Variable setup called “name” with a value of “”. That would be the first thought.

The other thing that you can check is to change the collectionVariable to just a variable (which is local to the request) and should override anything else.

Hope this helps!