I have a default value of "not started" set for a single select "task status" field (see screenshot of field settings). In an interface, I'm using a button to create a new record from a Timeline view. The view has filters applied, which include filtering [records without "Completed" in that status field] OR [records with "Completed" in the status field AND Completed Dates within the past 7 days.] (see screenshot of filter settings)
The new record form attached to the button also has "not started" selected as the default option for the task status field. (see screenshot of form settings)
The problem is that when I click the button, the form defaults the task status to "completed" rather than "not started". I suspect it might have something to do with the filters applied to this timeline but I'm not sure. (see screenshot of new project task form)
This problem also occurs if I allow users to add/delete records inline. If they draw a new record onto the timeline, it defaults the task status to "completed" rather than "not started".
This results in users creating orphaned tasks that immediately disappear from the timeline view because they are defaulting to "completed" and therefor filtered out.