Extracting Typeform answers

Welcome to the Make community!

The Output bundle you provided doesn’t have the questions, it’s all just a random key:

Screenshot_2024-08-14_080821

You can use the built-in function toArray

e.g.:

{{ toArray(1.mappable_answers) }}

Screenshot_2024-08-14_080811

For more information, see the function documentation in the Help Center.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!