Native Survey App - Cannot enter data in a data view over association

0
I am building a survey app with a SQL backend. I have called ‘myQuestions’ entity over association, as shown in the screenshot. the app shows no errors. However, when I run the app on ‘make it native 8’ to test, the entire data view appear inactive, i.e, I cannot enter anything in the survey form. what could be the error here? I am using Mendix Studio Pro 8.18.3
asked
1 answers
0

Did you create the object and set the reference? It will not create the object by itself unless you have a new button or create them yourself in a microflow. I would create all the objects when starting the survey and commit those.

Regards,

Ronald

 

answered