mgroen2
6 years agoSuper Contributor
how to transfer result of groovy script
I have following Groovy script in Ready:
def profiel = UUID.randomUUID()
this generates a UUID as the script result
Now I want to use the value of profiel in the body of another request.
after the text "test" I want it to get inserted
I have tried several approaches but got lost :(
anyone help me with this?