Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


You may notice something interesting here- "feeling_sick" is the same name as a case property from the registration form. And you are correct! This actually means that they are the same case property. We save a value for feeling_sick at registration, and then here in the followup form we save a new value for feeling_sick. This new value will overwrite the old value. Both values will be available in CommCareHQ as form data, but the case data will only show the most recent value of this question.

Go to the next section


Panel
titleGuide to the Advanced Case Management Tutorial
  1. Saving Data to Case Properties
  2. Advanced Case List Configuration
  3. Loading Data from the Case
  4. Referencing Data Loaded from the Case