Hi @UnderwoodMarlene-1858 ,
Thank you for posting in this community.
It seems this is not a common issue per my test. However, we can work together to narrow down and resolve the situation.
The error "Sorry, something went wrong File Not Found" in your SharePoint list view could be related to the use of lookup columns, especially when they are combined with additional columns. This issue may arise when the lookup columns are not properly configured or if there are missing references in the lookup data.
In your case, since the error disappears when you remove the additional column or group by the lookup column, it suggests that the additional column (Company:Description) might not be able to retrieve the necessary data from the lookup table, leading to the "File Not Found" error.
The ULS log indicates System.IO.FileNotFoundException , which typically occurs when the system cannot find a specified file or resource. This can happen if the lookup column references an item that has been deleted or if there are issues with the data integrity in the lookup tables.
To resolve this, you may want to check the following:
- Ensure that all items in the lookup tables are intact and accessible.
- Verify that the lookup column configuration is correct and that it points to existing data.
- Consider creating a new view without the problematic additional column to determine if a specific additional column is causing the problem or if all additional columns are at fault.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.