Enviar multiples datos de una TinyDb

buenas tardes

los coloco en contexto:
"he creado una app que me permite guardar datos en una hoja de calculo en google por medio de un formulario, en caso de que no me envié los datos, por problema de conectividad se guarda los tres valores que se ingresan en una tynibd y se va visualizando en una lista para poder enviar luego."

mi pregunta es la siguiente:
¿como hago para enviar multiples datos guardados ?
es decir si me guarda varios registros que se envie todo sin tener que seleccionar uno por uno.

agradezco su ayuda gracias.

1 Like

You do have to send them all one by one, but you can create a procedure to handle multiple datasets, so that you only have to click once....

1 Like

y como seria ese procedimiento, me podria colaborar explicando como realizarlo gracias

1 Like

This should give you an idea (it is for downloading files, but the same approach applies)

1 Like

@TIMAI2     Why don't you suggest your GS Connected Extension while it can solve the problems easily ?

Because in this instance it doesn't answer the OP's question about handling multiple datasets in one go. This is done by creating block procedures. Also, the OP is using google forms to upload the data, therefore, no apps script or web app is required.

1 Like

verifique lo recomendado pero estoy bloquiado no logro dar con el procedimiento para hacer el envio masivo de la informacion :sweat_smile:

mass mailing ? or do you mean multiple upload of data ?

1 Like

carga múltiple de datos.

en una etiqueta guardo "nic, valor, nombre" entonces que por cada etiqueta guardada se envie los datos almacenados en la misma.

1 Like

Give me some time, I will make an example for you.

1 Like

What is "nic" ?

1 Like

el como el "id" o llave primaria es un campo de valor numero, "nic" es el Numero Unico de Cuenta

1 Like

url = https://docs.google.com/forms/d/e/1FAIpQLSd9Jdko39sPrDcdQtn0tqP7oWpyQ8TBs7hkEn8ElGtk/formResponse

image

I hope that helps :slight_smile:

1 Like

muchas gracias por la ayuda :+1:

A small work which saves forms in offline and can submit at anytime with continue number

Online submission.

Offline submission

The test APK
Didn't allow for Me to upload)

buenas tardes
cual fue el proceso que utilizaste.

Same tinydb, web component only

1 Like

hola, me podrías mostrar por favor los bloques a utilizar soy algo novato en esto aun gracias

1 Like

Did you test the APK? Test both online and offline

Online

  1. Open the app.(it will show zero record)
  2. Add few registrations(may be 5 or more). Click Check status. It will show offline saved data's. And if you click submit online it will be saved in gsheet one by one. You will see notification in label which recited is being sent to ghseet once all sent it will go the forms field once again. Here, if you close and open the app, it will show again zero offline records.

Offline

  1. Open the app, go to forms, add registrations. Close and kill the app.
  2. Again open the app, it will show available forms data(not submitted online)
  3. Again continue to add registrations.
  4. If you want to send inline, just click status and click submit

You can see the response here

1 Like

Hola me puedes mostrar los bloques que utilizaste por favor soy novato. Gracias.
No me abren los archivos dice que ha sido eliminado.