Forum Discussion
JHunt
8 years agoCommunity Hero
Instead of returning a, try putting it into the context.
context.a = a
then in your request body:
${a} or ${=context.a}
Instead of returning a, try putting it into the context.
context.a = a
then in your request body:
${a} or ${=context.a}