Forum Discussion
omatzura
19 years agoSuper Contributor
Hi,
you can save the list in the context instead.. ie in your first groovy step
context.myList = .. the list..
and in your second groovy step
def theList = context.myList
Hope this helps!
/Ole
eviware.com
you can save the list in the context instead.. ie in your first groovy step
context.myList = .. the list..
and in your second groovy step
def theList = context.myList
Hope this helps!
/Ole
eviware.com