Ok, I found the question I had. I renamed the name Column. Do not do it. It causes all kinds of problems when trying to add list items using the list view.
If you rename the original header field, you need to refer to it as
List: Lists/"Your List URL" ShowField:Title"
no matter how you change the name of the name. Oh, don't think about changing the static name in the schema. This does not scare SharePoint. Oh, you can change the view to display the renamed header field, but when editing it using the list editing view. SharePoint is confused.
It is best to remove the starting column and create a new one. Then you will have no problems at all.
I repeat DELETE starting column called Title. Then create your own if you do not want to use the header field.
source share