Trying to create lead/contact from a calendly watch event (cant get the right value from data array)

Im trying to create a contact in “kommo” from a calently watch event but I cant get the value from the array>collection “questions and answers” and I already have multiple variables set

calendly [watch event] >set variables tools [from answer and questions] > kommo [create contact]

  • Ive tried setting multiple variables before passing them to the “kommo” module but there’s still an error.

here’s the data I get from calendly

here I set the variables

here I set the variable in the kommo custom fields values

here’s the error

I just fixed a similar problem.

My problem: I am receiving all my custom questions and answers from Calendly but as an array under “Questions And Answers” same as your screenshot above. I just needed the first answer value which in my case was the phone number.

Solution: used get() and map() functions used in this video tutorial https://www.youtube.com/watch?v=W9CgDTeppmE and got my answer in this format: get(map(63.questions_and_answers; “answer”; “position”; 0); 1)