mgroen2
7 years agoSuper Contributor
transfer result of a Groovy script to HTTP script
I have following question:
I created a JDBC request, and a Groovy script.
In the Groovy Script, in field Custom Properties, the property with name "result" contains the result (87654322 in this case).
Now I want this value (87654322) to be transferred to the following HTTP request.
So that the HTTP request would be like:
Question:
How can I transfer the result of the Groovy script to the HTTP script?
attached is the exported project.