How to join output fields from multiple API calls in one Scenario?

Hello,
I know this topic has been discussed a few times but I can’t get this to work.
I have webhook that get data from a form and fires a api call.
The data I get from the api call is then directed to an iterator and further to a Gohighlevel api that creates a new contact with the data. So far so good…
But the first api call gets a data that I need to fire a second api call to get additional data (upper string in the image below). This data from the api I send to another iterator and then should also be included int he Gohighlevel contact creation. How do I get this done? Any suggestions?


u

Welcome to the Make community!

  1. You can either avoid using routers so that your scenario is linear, or

  2. You can use the Router Magic Formula to pass the document ID to the other routes (link below)

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like

Thank you very much! I will try it out :+1: