Can't loop through an input array of objects

Options

I have an input constituentContacts, which is an array of objects

I have a foreach loop on constituentContacts as contact, but contact seems to be empty. when I try to extract a value like contact.first_name, it throws an error

what did i do wrong ?

see capture

Best Answer

Answers