Forum Discussion

trans-am's avatar
trans-am
Occasional Contributor
3 years ago
Solved

Try-Catch "No such property: carried for the class:" error

Following piece of groovy:   import groovy.json.JsonSlurper def response = context.expand( '${GetAccumulated#response}' ).toString() log.info(response) // This is OK. List is printed to the conso...