New rows and filter by toggle column bug

Hello,

I have a parent table which is populated with new rows via a form. When the form is submitted a new row is added. This parent table has a toggle column labelled ‘task complete’.

I have a separate page with view of the parent table intended to only show the tasks to do (so it has a filter to hide rows where the ‘task complete’ toggle is set to ‘on’). Once the task is complete the user toggles to say the task is finished and the filter then removes this task from the list - great! However, when a new row is added to the parent table via the aforementioned form - the task does not show in the task view table despite the fact the toggle is ‘off’. If I manually find the task in the parent table and toggle it on then back off again - it only then becomes visible in my tasks-to-do table.

Any ideas on how to resolve this?

So I think I have resolved this myself by ensuring that on my form submission my hidden toggle column ‘task complete’ is set to assign the value for new rows as ‘false’ (via the formula and not the toggle symbol). I had been assuming that a toggle column was by default set to false when a new row was created as the default symbol would suggest.

I’ll leave this post here in case it helps anyone else with the same problem.