Obtaining Handphone Number from Tidycal's Question Segment

My workflow consist of Tidycal, then HTTP call to a whatsapp external software to send a whatsapp message. Tidycal does NOT allow me to sieve out the answer from a Tidycal Question.

I want to extract the whatsapp number from the “Question” array.

Apparently, I need to extract the “Question” array with an iterator (FLOW CONTROL - QUESTIONS). Then, I need to iterate the “Question” array into 3 bundles / collections (FLOW CONTROL - VALUE).

The problem right now is after the 2nd iterator, which now splits the three questions into 3 bundles, I cannot iterate the output anymore to get the whatsapp number. There is nothing in the output.

Can you guys help me and advise? Thanks!

1 Like

I am wondering about the exact same thing, any advice please?