I am building an integration in the developers ui. I have a trigger that is working well and is returning results as expected. The only issue that I am having is that the id property is within a nested object within my array so zapier is giving me the “result missing the ‘id’ property” error.
Does anyone have any advice on how to tell zapier to look within the nested object for the unique id?
Response Content:
{
"identifier": {
"id": 190328303
},
"lot": {
"lotSize1": 0.18
}
}