Hi, I've been programming an app these days to create, edit, save, and/or delete notes we create in the app. However, I've encountered several issues that prevent the app from working as it should. Something to clarify is that I speak Spanish, so functions like the user interface are added in Spanish while the blocks continue to use native English. Now, about the problem I'm having:
On the app's main screen, when creating a new note or "opening" an existing one, the app always determines that you're creating a new note. Also, when you save a new note, the list of notes you had previously saved is erased, leaving you with only the last note you created, and that always happens.
I also programmed a button to delete a note AS LONG AS the note has already been created previously. The problem is that since the app always creates new notes, even when you try to open existing notes, the blocks that activate the delete button never activate.
I also haven't been able to find a way to display the previously written text when entering and editing an already created note.
Finally, I also scheduled two text messages indicating whether the note was "saved" or "deleted," but they don't appear either.
If you'd be so kind as to help me with this project, I would be completely grateful. I've attached images of the corresponding blocks.
