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?