*Correction*:
The groovy script has to return an array of strings in the groovy '*choices*' > variable: > > def mydata = ['string 1', 'string 2', 'string 3', 'string > 4', 'string 5' ] > *choices* = mydata > >
*Correction*:
The groovy script has to return an array of strings in the groovy '*choices*' > variable: > > def mydata = ['string 1', 'string 2', 'string 3', 'string > 4', 'string 5' ] > *choices* = mydata > >