The performCombinedFindManyRecords call was previously fire-and-forget (.then()), meaning the loading state was set to false and the picker became interactive before the full records were written into the Apollo cache. Fixes https://github.com/twentyhq/twenty/issues/17669 Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>