Cargar varias lineas de datos en un listview y luego enviarlas a googlesheets (Load multiple lines of data into a listview and then send them to googlesheets?)

Buenas tardes,

Quisiera saber si es posible enviar simultaneamente un listview con varias lineas de datos a una hoja de calculo de google sheet.

1 Like

Yes, here is one method:

1 Like

Hi, TIMA2

A million thanks, it worked for me...

Erik Nivar.

How i can't delete the line number 2 before send to googlesheet?

Hola, leí la pagina que enviaste pero no veo que usa ningun bloque de listview. Yo quiero hacer un lista con 2 columnas, codigo y cantidad, y que eso lo mande a un google sheet mediante un google form, que propiedad puedo usar?

Use the underlying list data to convert to a csv, then send it as described in the link.

A que te refieres con underlying list data?

If you have a listview, then you must have some underlying data, in a list.

En realidad lo que quiero es traer el codigo y la cantidad de un item que consulto en la primera pantalla para formar una lista de codigos de items con sus cantidades y luego enviarlas mediante un google forms. Eso solamente se puede hacer con un listview o hay otras posibilidades?

usually you keep your data in a list and to display the list you use a listpicker or listview

what about providing a screenshot of your relevant blocks?

Taifun



Aún no tengo hecha la pantalla de carga de información en google forms, la app solamente muestra la información.

"Put as much effort into your questions as you'd expect someone to give in their answers"

1 Like