It seems that the issue you're experiencing with required fields in Microsoft Lists is related to how the branching logic in your form interacts with the required fields in the list. When using branching, the form should ideally only require fields that are relevant to the selected category. However, if the list is enforcing required fields that are not applicable to the selected category, it can lead to errors when submissions are recorded.
To address this, you have a couple of options:
- Adjust the Required Fields: You may need to adjust the required fields in the list to ensure that they align with the categories in your form. This could involve making certain fields optional in the list, depending on the category selected in the form.
- Form Configuration: If you want to maintain the integrity of the data and avoid blank submissions, consider configuring the form to ensure that only the relevant required fields for each category are enforced. This way, when respondents select their category, they are only prompted to fill out the necessary fields.
Unfortunately, if the Lists application does not support ignoring blank required fields based on the branching logic of the form, you may have to either remove the requirement from the list or ensure that all necessary fields are included in the form for every possible category.
It's important to test the configuration thoroughly to ensure that it meets your needs without allowing incomplete submissions.