Use the inspector element in the debugger to inspect the list…if you see red indications of privacy rules affecting data than it’s privacy rules and the alert in the inspector will help identify which fields are inaccessible as it could be privacy rules on the user data type or the conversations data type.

Once you start using inspector tool in debugger it makes very easy to spot when expected values do not show because either data is missing from DB, the search constraints are wrong or privacy rules are affecting data retrieval/visibility.

1 Like