Forum Discussion
ghosh
8 years agoNew Contributor
I have added this ${Groovy Script#result} in my JSON request body, but not working
bagochips
8 years agoContributor
is the name of your step that your groovy code is in named "Groovy Script"? If so then it should pull the result from that step and put it into your JSON. If it is named something else then you need to update ${Groovy Script#result} to reflect then name ${<step name>#result}