Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

ExtractVariables not shown in trace

Not applicable

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 Solved
1 5 3,189
1 ACCEPTED SOLUTION

Not applicable

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>

View solution in original post

5 REPLIES 5
Top Solution Authors