Hello!
I’m using a click activity (dynamic) to select an element from a list (select item activity doesn’t identify as a list, thats why i’m using a click activity).
The list contains the elements: “01.Enero;03.Marzo;04.Abril;05.Mayo;06.Junio;07.Julio;08.Agosto;10.Octubre;11.Noviembre;12.Diciembre”
When i validate the selector, it works well. But when i run the proyect it works well until “07.Julio”, for the next options it clicks the previous option, instead the one i want.
For example: when i want to select “11.Noviembre” it clicks on “10.Octubre”.
Someone know why is this selecting the next option when i execute this?