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.