Custom Pipes Help

Hello, I am testing out a Custom API Pipe and I needed a little help getting the data to return. It’s connecting to SAM.gov public api. I don’t seem be be formulating the response properly. Here are the results I am getting using my parameters. I would like to return the first “entityname” back to a table. I don’t believe I have my respoonse setup properly to return the data. I figured it would look something like excludedEntity.exclusionIdentification.0.entityName.

Here is the information returned.

Any tips would be appreciated.

Thanks

Try this instead:

excludedEntity.0.exclusionIdentification.entityName

That’s the ticket. I was close. Thanks for the support on a Sunday Night. :slight_smile: I did not expect such a prompt reply.