I am passing multiple dates to my request, from groovy I returning something like this (dates vary): [2018-06-11, 2018-06-13, 2018-06-11, 2018-06-14, 2018-06-11, 2018-06-14]
Before version 2.3.0 I was using the script below to access each element (this one gives 2018-06-11):
${Groovy-CheckIn-CheckOut#result#$[0]}
However in latest version it returns empty, also GetData no longer recognizes this as an array.
Is there other way to access array from request, is it related to JSON version update although I am not using one?
P.S: I am not sure whether there is a bug that I should wait out or obsolete feature I cannot use anymore, and do not know how to retrieve data in the current state...