Hi-
When I update a record accessed through a table list, and then access another record, the new form data from the previous record is persistent when the value of those fields is NULL in the database for the next record. The read action for the next record works fine, so this is an issue of persistence within the browser session. It does not matter what records or how many are accessed after the original one, if the field's value is NULL in the database, it will show the persistent new form data from the original record that I updated. How do I prevent this from happening?