Pulling data from Array within API Call - Javascript
Hey guys, I am working within my third party connector, I have an API that pulls contacts and their information. I need to pull emails in this but is displayed as an array and is presenting me with a blank dataset during testing. "items": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string",…