BUG? "request.formparam.names" and "request.formparam.count" Not Working?!?

Not applicable

Hello All,

Does anyone else have this issue? In my JavaScript callout, I have the following two lines:

print("request.formparam.names: " + context.getVariable("request.formparam.names"));
print(" request.formparam.bobo: " + context.getVariable("request.formparam.bobo"));
print("request.formparam.count: " + context.getVariable("request.formparam.count"));

I am using POSTMAN and created a POST request where the only form parameter "bobo" is set to the value of "steve". When I run this through Apigee and watch the debugger, I get:

request.formparam.names: null request.formparam.bobo: steve request.formparam.count: null

"request.formparam.names" should be [bobo], request.formparam.count should be 1.

Is anyone else experiencing this issue, or am I going crazy?

TIA, Steve

0 1 148
1 REPLY 1

Dear @Stephan.Cossette , Please see similar question asked here.