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?

Hey Kenneth, I got the solution. This is the one - regard only the workflow that leads to Minichat Pro, which is the whatsapp API service. The “Tools” module will show you the extractor.

4. Sales 1 of 1 (FINAL).json (149.8 KB)

3 Likes

Hi Bussing, thank you, can you explain a bit more please? how are the questions and answers pulled out?