# [Original Thread](https://github.com/Expensify/App/pull/55863#issuecomment-2644116435) # Problem: - `getAccountsByID` is failing to retrieve the "Submits To" display name in workspaces with a large number of members. - Possible cause is Onyx might not fully load objects when an array (e.g., employeeList) contains many records, causing missing properties. ## Repro Steps: 1. Add yourself to a workspace with very large group of members. (e.g. policyID: 8A152FCBCD316665) 2. Click on the FAB > Create Expense. 3. Go to the participant list and verify that for most workspaces it shows `Submits to` but ones with large members doesn't show. ## Debug Findings: - Adding debug logs in `ReportUtils.ts` confirms that `submitsToAccountDetails` is sometimes undefined. <details><summary>Issue Owner</summary>Current Issue Owner: @alexpensify / @slafortune</details>
Original Thread
Problem:
getAccountsByIDis failing to retrieve the "Submits To" display name in workspaces with a large number of members.Repro Steps:
Submits tobut ones with large members doesn't show.Debug Findings:
ReportUtils.tsconfirms thatsubmitsToAccountDetailsis sometimes undefined.Issue Owner
Current Issue Owner: @alexpensify / @slafortune