I am working on a project to allow users to log time using Smartsheet. I wanted to create a simple process for an end user, but I don't want end users to see each other's time entries. I also don't want them to have to specify their name for every record they create to save unnecessary clicks.
To facilitate this process, I created a sheet and added a Dynamic View to it that "Restricts View by the Current User" using the auto populated "Created By" column. I am not restricting view with a sheet filter. However, every time I add a row, I get an error saying "Record no longer in view" even though the record appears in the list. I can edit the row without issue.
I think I've found a race condition with using the auto populated Created By field to filter a dynamic view. Is there a way to avoid this error without asking a user to specify their own name with a contact field?