In my Ionic application with a SQLite database, I need to transfer data from the "Data Form" page to the "Add More Info" page using the same ID. This data needs to be loaded on the "Add More Info" page before any controller is executed. Once on the "Add More Info" page, I want to append new data to the existing data with the same ID before returning back to the first page.
Below is a flowchart outlining the process:
I'm looking for a solution on how to achieve this successfully.
To help resolve this issue, you can view my repository on GitHub.