I have an array collection from a HTTPService and I need to pass it over to a component that has use for one of the fields in the collection. I don't really want to pass the whole array collection over to the component but I need a list of user names from it to make sure the component dosn't try and duplicate any. I was wondering how I might split just the account name field off and pass the data on in an array?
- Stephen

