start date
and end date
) in the non-persistent entity. If you're using a Date Picker widget in Mendix, verify that it's correctly linked to the entity's attributes.If the data isn’t being saved correctly to the non-persistent entity, the mobile app won’t reflect the selected date properly. You could also try using a Persistent entity for better integration with the Mendix native mobile functionality, or ensure that you are handling the lifecycle of the non-persistent entity correctly.