Im creating a flow that calls a web servcice and then it reads and show the values. But can't view values of result.myArray[0].SECCION. When I look in debug mode it has values but flowable cant show them
Screenshot 1: Only view json obj
Screenshot 2:looking at my value of 0 position called SECCION
The JSON values result of calling web service:
https://www.codepile.net/pile/47zzGQ7m
Thanks in advance!
the only way : ${ resultado.rows.elements().next().SECCION }