I am using Convert Query params to XML
to convert from JSON
to JSONX
. The output of this action is stored in Jsonx_Out
. I have a transform action with Jsonx_Out
as input. Could anyone please help me out how I can read this context. I tried with dp:variable(' var://context/Json_Out')
. This does not fetch the value.
Thanks.