Skip to main content

I recently notice Zapier changed the way how to parse JSON data, I have JSON data like:

{

User:{

FirstName:’John’,

Address:{

City:’Toronto’

}

}

}

before Zapier flat data to User_Address_City, but now, first level and second level is fine, but city not able to be find as token.

 

Instead change our data model, is there easy way to change settings and make it work. thanks.

 

Hi @dzhu2005 

What app are you using? Are you retrieving this data from a webhook action? 


Hello, I created another question, maybe the new one is more easy to understand.

 

My app is Scarlett Network - BETA


Just wanted to follow up here to add that it appears that the second level of JSON data that isn’t being parsed correctly is nested JSON data.

For anyone that’s also having issues parsing nested JSON data, there’s a related article in Community that talks about how to parse nested JSON data that would be helpful :)