I'm using the API to process Jotform submissions, not the official connector because it doesn't have all the information I need. The reply from the API comes in the format below. I would like to loop through each answer, but unfortunately the data in 'answers' is not in array format. The numbers (starting at 9 below) are not always sequential depending how how many questions you delete when designing the form.
I was thinking a loop with a count variable that increment with each loop. But this formula doesn't work:
triggerBody()?['content']?['answers']?['variables('count')']?['name']
How can I process this?
