# Missing required aswers

Errors about missing required answers usually happen when a question gets set as required at a later stage. The form gets updated on the app correctly but the user already has some entries on the device he cannot upload anymore, as they are missing the answer to the now required question.

The user needs to amend the old entries and fix the errors. Let's see an example:

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-2335608587b3982b927c231cf93f517f9de47341%2Fspaces_-LdxgusvCi9AZ3i0uOAq_uploads_kuLGtZkv1hUOlUK5IPXN_screely-1681808636710.webp?alt=media" alt=""><figcaption></figcaption></figure>

The project above is a simple two questions form asking for names and sex. As you notice, the "Sex?" question is not required. Let's add it to the device and add an entry:

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-e120069caf998c4748f29d88cba8cbed948df994%2F20230418_123643384_1.png?alt=media" alt=""><figcaption><p>We enter the name</p></figcaption></figure>

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-d198493fac2e4718099a64153af967a4c5e41b31%2F20230418_123642998_1.png?alt=media" alt=""><figcaption><p>We skip this question</p></figcaption></figure>

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-fe84f42e340beb9ee48c164501eb0e86df62afc9%2F20230418_123644129_1.png?alt=media" alt=""><figcaption></figcaption></figure>

Before uploading, we make a change to our form and set the "Sex?" question as required:

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-6d3d42c53dd4a0e083ac1fe493b7bfe13704e7c2%2Fscreely-1681814718835.png?alt=media" alt=""><figcaption></figcaption></figure>

If we try to upload, a message is shown asking us to update our form. Let's tap **OK**.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-e0270a6134a29730b191bbc97a1670d11696e6d9%2F20230418_123643757_1.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-3d178026e11d08a85ac626733c87f2aab8aca2f6%2F20230418_123644866_1.png?alt=media" alt=""><figcaption></figcaption></figure>

If we try to upload after updating the form, we will get an error as some existing entries on the device do not meet the requirements anymore. In our case, the "Sex?" question is now required therefore it must be filled in.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-6358874d8818473e74229978fa583ef7e99e9ef8%2F20230418_123646371_1.png?alt=media" alt=""><figcaption></figcaption></figure>

We answer the question, save it and upload it again, this time successfully.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-b1bfbc76254b7fb3ac92f5626be9cc91aca6c82d%2F20230418_123705997_1.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-dd5c9e0f177fcc389902403a61b8aa5128226b53%2F20230418_123705587_1%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-b118a55c9c58975d052b7dab9bbe3192c513e890%2F20230418_123705221_1.png?alt=media" alt=""><figcaption></figcaption></figure>
