Hi,
I am coming across an issue when attempting to use an array within an array objects.
I am attempting to create objects based on an API response I receive. So the response is for example:
1:
name: test.com
description: this is a test
selection:
1: choice 1
2: choice 2
2:
name: test.com2
description: this is a test 2
selection:
1: choice 2
2: choice 3
3: choice 4
So as above I can see the choices each object has selected. BUT when I go actually use the data I just get a flat string of:
selection: “choice 1, choice 2, choice 2, choice 3, choice 4”
there seems to be no way to tell which choice originated from which object and no way to split and remarry them, I have tried many methods with no success and I can see a lot of forum posts about this that are unresolved.
It seems completely illogical for Zapier to handle arrays within objects this way. Anyone had any luck working around this?