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.
Solved! Go to Solution.
Jean-Baptiste, I've seen this happening when VariablePrefix is set. If you remove this element, you should be able to see them in the trace tool.
<ExtractVariables name="ExtractVariables-1"> <DisplayName>Extract a portion of the url path</DisplayName> <URIPath> <Pattern ignoreCase="true">/accounts/{id}</Pattern> </URIPath> <VariablePrefix>urirequest</VariablePrefix> <IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables> </ExtractVariables>