I am creating my first PowerApp in Teams & using Dataverse as the data source. (This is not my first PowerApp; it's my first in Teams with Dataverse.) I created the Environment & the app with no issues of which I'm aware.
I created a table named WorkPeriods & added 4 columns (with indicated data types): ID (primary, autonumber); ConsultantName (single-line text); DateTimeIn (date & time); DateTimeOut (date & time). I saved the table, then opened it & selected "Edit data" to load a few records to begin app development. However, I am unable to enter data because all columns are "read only". I understand why ID would be read-only (good!), but not the others. I have searched MS Documentation & Bing-searched the issue, but am unable to find a solution.
How do I either (1) change the read-only columns so that they are editable &/or (2) create a Dataverse table so that its columns can be edited?