Extract value from Calendly "questions_and_answers" array

Extract value from Calendly "questions_and_answers" array

Hello,
I'm trying to extract the value of an answer collected via Calendly.

When creating my workflow, I get these data from Calendly:

{
"event_updated_at": "2023-01-09T16:01:57.821354Z",
"event_type_slug": "visita-la-nostra-scuola",
"invitee_text_reminder_number": "+39 XXXXXXXX",
"event_memberships": [
{
}
],
"event_location": "XXXXX XXXXX XXXXXXX XXXXXXX",
"event_invitee_start_time": "2023-01-26T14:00:00.000000Z",
"event_canceled": false,
"invitee_updated_at": "2023-01-09T16:01:57.849020Z",
"extended_assigned_to_email": "email@domain.ext",
"event_created_at": "2023-01-09T16:01:57.821354Z",
"event_invitee_start_time_pretty": "03:00PM - Thursday, Jan 26, 2023",
"invitee_created_at": "2023-01-09T16:01:57.849020Z",
"event_start_time": "2023-01-26T14:00:00.000000Z",
"questions_and_answers": [
{
"question": "Telefono",
"answer": "+39 XXXXXXXXXXX",
"position": 0
},
{
"question": "Ti invieremo un reminder per ricordarti dell'evento. Come preferisci riceverlo?",
"answer": "Via Whatsapp",
"position": 2
},
{
"question": "Vuoi segnalarci qualcos'altro?",
"answer": "No",
"position": 3
}
],
"invitee_name": "Prova Antonio",
"extended_assigned_to_slug": "nextschool",
"event_invitee_end_time_pretty": "03:30PM - Thursday, Jan 26, 2023",
"event_status": "active",
"event_invitee_end_time": "2023-01-26T14:30:00.000000Z",
"invitee_uuid": "b5acfd58-7159-491a-aa66-5233841a5e69",
"invitee_canceled": false,
"event_uuid": "7ccb30c1-b3f6-424b-8744-89751db598b0",
"event_type_name": "Visita la nostra scuola",
"event_start_time_pretty": "03:00PM - Thursday, Jan 26, 2023",
"event_end_time": "2023-01-26T14:30:00.000000Z",
"invitee_email": "email@domain.ext",
"event_type_kind": "solo",
"invitee_is_reschedule": false,
"questions_and_responses": [
{
"question": "Telefono",
"answer": "+39 XXXXXXXXXX",
"position": 0
},
{
"question": "Ti invieremo un reminder per ricordarti dell'evento. Come preferisci riceverlo?",
"answer": "Via Whatsapp",
"position": 2
},
{
"question": "Vuoi segnalarci qualcos'altro?",
"answer": "No",
"position": 3
}
],
"extended_assigned_to_name": "Lorenza",
"event_end_time_pretty": "03:30PM - Thursday, Jan 26, 2023",
"invitee_timezone": "Europe/Berlin",
"location": {
"location": "Next School - Via Psaumida, 15A, 97100 Ragusa RG",
"type": "physical"
},
"event_type_duration": 30,
"status": "active"
}

I need to extract the value of the "Ti invieremo un reminder per ricordarti dell'evento. Come preferisci riceverlo?" question contained in "questions_and_answers" (please find it in bold below):

"questions_and_answers": [
{
"question": "Telefono",
"answer": "+39 XXXXXXXXXXX",
"position": 0
},
{
"question": "Ti invieremo un reminder per ricordarti dell'evento. Come preferisci riceverlo?",
"answer": "Via Whatsapp",
"position": 2
},
{
"question": "Vuoi segnalarci qualcos'altro?",
"answer": "No",
"position": 3
}
],

The value can have different texts. So question is: how can I extract that value  via custom function on Zoho Flow?

Thank you

              Zoho Marketing Automation

                        New to Zoho Social?

                          Zoho Pagesense Resources

                            Zoho SalesIQ Resources



                                  Zoho TeamInbox Resources

                                    Zoho DataPrep Resources



                                      Zoho CRM Plus Resources

                                        Zoho Books Resources


                                          Zoho Subscriptions Resources

                                            Zoho Desk Resources

                                              Zoho Projects Resources


                                                Zoho Sprints Resources


                                                  Qntrl Resources


                                                    Zoho Creator Resources


                                                      Zoho WorkDrive Resources



                                                        Zoho Campaigns Resources

                                                          Zoho CRM Resources

                                                                Design. Discuss. Deliver.

                                                                Create visually engaging stories with Zoho Show.

                                                                Get Started Now