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.
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.
Did you test the APK? Test both online and offline
Online
Open the app.(it will show zero record)
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
Open the app, go to forms, add registrations. Close and kill the app.
Again open the app, it will show available forms data(not submitted online)
Again continue to add registrations.
If you want to send inline, just click status and click submit