Say if my request template is like this:
{
“id”:"${id}",
“price”:20,
“xyz”:{
“a”:20,
“b”:4,
“c”:2
},
“setId”:2
}
IF i use ELFileBody i can easily replace ${id} with a string in the request. But is it possible if i want to dynamically set integer values for rest of the fields like price, a, setId from session/ feeder?