Ryan Kraus
Ryan Kraus

Reputation: 11

SharePoint Online: Un-Requiring a Required Field

I have a few fields that were required inputs when we created the SP list, but no longer need to be required when the new item is added. I'm using two custom content types in this list and have flipped this field to optional in both of them. The form no longer shows these fields as required until the user tries to enter the item and gets the error

(screenshot of the state field as an example).

When we try adding new items via quick edit or add/edit items through Power Automate we're hitting the same error, where SP is treating these fields as required. Does anyone know how to fix this, or what might be causing the mismatch?

Upvotes: 1

Views: 1247

Answers (1)

teylyn
teylyn

Reputation: 35915

When you create a custom content type with site columns, there are two places where you can make a column mandatory.

1. via the Content Type

List settings > click the content type > click the column > select Required or Optional

You can also get to this setting via Site Settings > Site content types > click the content type > click the column. enter image description here

2. via the Site Column

This is a different setting that you can access via Site Settings > Site Columns > click the column

enter image description here

These second setting will override the "Optional" of the first setting, i.e. if the setting in the second screenshot is set to "Yes", then the column will be mandatory, even if the option in the first screenshot is set to "Optional".

Upvotes: 1

Related Questions