I'm trying to parse a list of JSONs and remake the JSON and add it to a different list. The problem is, one of the fields I need gets its value from a promise so I'm doing the processing inside that promise function. I'm trying to parse a list of JSONs and remake