Enhancement Request related to this post:
Conditions that cause the issue:
Create a sheet that has an autopopulated "Created by" column.
Create a Dynamic View that a user can add rows to.
Set "Restrict view by current user" to the "Created By" auto populated column.
When the user adds a row using the Dynamic View, they get an error saying the Row is not available, but the row will appear in the Dynamic View a few seconds later. This is caused by a race condition with the record being displayed after create vs how long it takes the created by column to populate with data. Perhaps the loading of the record in the edit panel of the Dynamic view could be delayed by a few seconds with a loading mask to prevent the error from being displayed to a user?