I am attempting to use the context and meta variables within the response body transform template, but I keep getting <no value>
. I have enabled context variables in the dashboard config. I have set the Input Type to JSON. An example of how I am trying to access:
{ "request_path": "{{._tyk_context.path}}" }
In my response I see:
{ "request_path": "<no value>" }
I have tried accessing all the properties of tyk_context and tyk_meta but am seeing <no value>
for all of them. Thanks for any assistance.