Mantener los datos ingresados en los cuadros de texto y envio por mail

Hola saludos a la comunidad. Es mi primera app es una scorecard para un club de golf ya que por protocolo de cuarentena se suspendieron las scorecard fisicas,
Mis problemas puntuales son:
1º no me guarda los datos ingresados en los campos de textos al ir cambiando de pantalla, al ir cambiando entre los diferentes screen de la app los cuadros de textos se vacian cuando necesito que mantengan los valores ingresados hasta que se cierre la app
2º no se como recopilar los datos ingresados en toda al app para enviarlos a un mail prefijado

La publique en la galeria por si me pueden ayudar
http://ai2.appinventor.mit.edu/?locale=es_ES#4506214260408320

Muchas gracias

What is the question? Please provide a question so we can help.

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Gracias voy a tomar la sugerencia y subire las imagenes

Ingreso un dato en un cuadro de texto en screen1 voy a screen2 y cuando vuelvo a screen1 ese dato que ingrese ya no esta. Necesito que lo datos en los cuadros de textos se mantengan hasta que se cierre la app

The recommended method of switching screens in App Inventor

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

@FABIAN_ARIEL_Torres you will have to use a tinyDB to store the value. That way it will stay in local storage and will not be lost.

http://ai2.appinventor.mit.edu/reference/components/storage.html#TinyDB

Muchisimas gracias por la ayuda