Eventbrite - Make : answers from tickets

Hello,

I’m having a problem getting the answers to my questions from my Eventbrite form into Make.
In my Eventbrite form, I have about ten mandatory questions, but the answers to these questions are not sent to Make.
In this case, I use “List Attendees”. Below are two photos: one of the form, the second of Make.
Can you help me sort this out, and help me upload all the answers? Thank you very much

Hi @Agathe_Bertino

In Make, when you try mapping an item in an array (Answers), you need to use get and map() functions with the question specified.

Check out here on how to do this mapping and implement it ASAP.

If you require additional assistance, please don’t hesitate to reach out to us.

MSquare Support | Book Live Implementation

Visit us here

3 Likes

Hey @Agathe_Bertino Welcome to the community. You can use an Iterator module



Then map the fields from an iterator instead of Eventbrite.
This will solve your problem

3 Likes

Thank you very much !

And do you know how to use these answers?
Because when I want to integrate them into my Airtable database, I can’t …
In fact, I’d like to put these answers in simple variables that can be processed in Airtable. Is this possible?

Thanks again for your help


Thank you very much for your help!