Hello, In my flow i have a Service callOut followed by a n ExtractVaribale and an assignData The service callOut response is a JSON I use ExtractVariable for getting some data from this JSON and use it in the Assign When I debug Only the callOut and the Assign appears. More over the variables are not set. Someone suggests me to undeploy and redeploy it but it doesnt change anything. Thanks for answers.
Answer by Michael Malloy
·
Oct 02, 2014 at 06:38 PM
This may be an Apigee bug. Can you download your proxy and send it to help@apigee.com? I'll take it from there and forward to someone who can examine it.
I still see this issue exists. Has this been resolved?
I just got the same issue with that:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ExtractVariables async="false" continueOnError="false" enabled="true" name="Extract-quota_limit">
<DisplayName>Extract quota_limit</DisplayName>
<Variable name="verifyapikey.verify-api-key.quota_limit">
<Pattern>{quota_limit}</Pattern>
</Variable> <VariablePrefix>quota</VariablePrefix>
<Source>request</Source>
</ExtractVariables>
Had to remove VariablePrefix.
Extracting multiple entities requried from response 1 Answer
Extract Variable with colon 3 Answers
Extract header value present inside bracket 1 Answer
whats the best way to log a "trace level" info in prod in apigee 1 Answer
invalid url 2 Answers