Hi,
I’m having an issue where the output of an iterator isnt showing up in future modules.
I have a web hook that collects answers from a form. I then use an iterator to break up the “answers” array.
-
I am then able to map one of the answers (answer 3)
-
the 2nd answer is nested i bleieve so I iterate that array again which seems to work
-
But the first answer just doesnt appear as a value in future modules …
This is the output from the initial web hook:
This is what im using in the iterator:
This is what the result of that iterator is:
This is what I see when i try and map it into a future module (GroqAI)
Why has the first answer just dissapeared? ("ChatGPT releases new voice feature)
I’m sure it super siple fix but I’m not sure what it is. any help would be apprecaited!