Retrieving data submitted with previous form definitions?

Hi @Florian_May, @mathieubossaert,

What I learned is that all data is stored in ODK Central, regardless of whether the fields are included in the latest form definition. However, when you export, the data is passed through the latest form definition and only matching fields are pulled.

@yanokwa pointed out in a workaround for retrieving data from deleted fields in another thread. It worked for me in this case, and didn't require me to write any new scripts :relaxed:. You basically just need to upload a new form definition that re-includes the deleted fields, and set relevant as false() to hide the questions from data collectors:

2 Likes