Solved
Forum Discussion
PaulMS
8 years agoSuper Contributor
log.info context.expand('${JdbcRequest#ResponseAsXml#//Row[ Description/contains(., "' + groovyVariable + '") ]/Id}')The string is closed before the variable is added then the end of the string
Zuzana
8 years agoNew Contributor
Hi Paul,
Thank you for the advice, this solution works.
Zuzana