I’m trying to create a Mixpanel Trigger in Zapier using Webhooks, and have a question about how the payload is handled.
Mixpanel says that they’re sending in an array of json blobs for each user as below:
When Zapier gets the payload, it is rendered as one giant string (as below):
If I choose to “Pick off a child key” and set the value to ‘users’, then zapier seems to be able to parse the values appropriately. However, I am only seeing one users values as below (when really it should be an array of many) ...
I’d think I read somewhere that Zapier does in fact handle arrays appropriately in the backend, but for some reason, the UI and test steps only show one value? Is that accurate in this case?
Thank you!!