Forum Discussion

imran9561186681's avatar
imran9561186681
New Contributor
3 years ago

Remove brackets from property which is fetch from another response.

I have expand the response using below groovy script and set the property as well.  def json_s = new JsonSlurper() response = context.expand('${Order_Details#Response}') json_response1 = json_s.pa...