value parameter in JS mapping
Dear all,
I am performing a mapping in a service ('before send').
I am trying to modify the value by clicking the JS button.
The web interface tells me that I can use a "value" parameter (i.e., " function (value){...]")
Nevertheless, the value parameter is not defined.
When I set this line in the JS field:
console.log("value: "+ value);
I only obtain:
"value: "
Do I make a mistake ?
Thanks in advance
Kind regards