Calendly Data Capture: Mastering the Trigger, Navigating the Automation Maze

Hello everyone,

I’m having an issue with Calendly. When I retrieve an event, I have 4 questions that my ‘Watch’ successfully retrieves.

However, when I am on the other modules, it only retrieves one question. Do you have any idea what the problem might be? Thank you in advance for your help :slight_smile:

Here, I am successfully retrieving my 4 responses on the Calendly Watch :
Calendly 1

But on the other modules (Pipedrive and Tools), I only retrieve one response :

Thanks in advance for the helping hand or for shedding some light on this ‘bug’ :slight_smile:

Bye

Hello Romain,

you are getting an Array of Questions and Answers as an output. So the next module is only showing the first entry in that array. If you need to access all of them you can either use their order index (if its a fixed size array) or use an iterator to create an individual bundle to process later per question-answer pair.

3 Likes