Hi,
Currently i see one issue with zapier. it converts json array object which has no key inside to comma separated values without quotes and combine them as string.
for example
{
"images": "
"xxxx.jpg",
"yyyyy.jpg",
"zzz.jpg"
]
}
this one becomes "images": "xxxx.jpg,yyyyy.jpg,zzz.jpg"
Is there a way to retain the same structure when forwarded to next step?