I'm trying to generate my input through JavaScript using BSF PreProcessor. Currently I've only BSF PrepProcessor and a HTTP Request. My Request body goes like this.,
{
"entity": {
"id": "${EnitityName}",
----
}
}
The randomly generated string should be the value for ID, i've parameterized how we normaly do it. This is not working. Can somebody tell me where i'm going wrong or any alternative approach.