List collector not showing records as per the reference qualifier for non-admin usersIssue The records in list collector variable is not honoring the reference qualifier and show all the records for the non-admin user. The expected behavior is it should only show records as per the qualifier set.CauseWe checked the issue and we see the issue is caused since the field it is dependant on is read-only for the itil user and hence this behavior. Since the field dependant on the list collector is read-only for the user, it is not getting the value and hence all the records are displayedResolutionChange the write permission to both admin and itil for the variable which is dependable on the list collector and now it works as expected.