How to collect proper data

0
Hello, I am building an app that uses questions to customize an item based on the users answers. The only information collected by the user is their name and email address. The steps right now are the first screen prompts them to enter the information, followed by 37 questions that need to be captured for that user. It is a native mobile app and I cannot figure out how to get the information entered on the phone side to be captured and saved. I did setup the overview pages and can see the new edit on the app, but no information i enter shows up in the database. 
asked
1 answers
0

You can try to add "Synchronization" action in nanoflow

refer to
https://docs.mendix.com/refguide/offline-first

answered