I have a result of a function in a NeoLoad variable inside my Javascript:
context.variableManager.setValue("body", body);
How can I use this variable in a Method: Post and Content Type: text ?
I tried with ${body} in the Text Content but it does not work.
Thanks