Hola, estoy con una app que filtra nombres de personas según la ciudad donde se encuentran. Funciona, siempre y cuando la lista de personas sea igual o mayor a la cantidad de textbox que tengo para ver los nombres en la app....si la lista de nombres es más chica, sale error: Select list item: Attempt to get item number 11 of a list of length 10, por ej. , el tema es que tengo una lista de hasta 60 personas....así que mis textbox para mostrar son 60....cómo hago para solucionar el error? usé Readwhithexactfilter y got filter result.
If there is no limit to the number of items that will be returned, you should use a ListView to display them. If the items returned are rows of a sheet, you can format the ListView Elements in YAML format to show the items in each Element by name.
Search this board for YAML for my examples.
GRACIAS!!! solo la reemplacé por una listview y funcionó!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.