Combining several nodes into one webhook response

Hi everyone,

I have a relatively simple setup here - first I recieve some data via webhook (from a website form: one text field, one array of images, and one array of pdfs). I then handle those file groups separately and save them all on google drive, and also retrieve the links to those files.

Now, I also need a response. After all files are saved and all links are retrieved, I want to send a success response with all those links together in the body. The problem is, I cannot find any node that would allow for multiple inputs and achieve what I want. I need to combine them somehow, otherwise it’s very inpractical.

Feel free to ask for more context details if needed. I appreciate any help.

Welcome to the Make community!

You can use Set (Multiple) Variables, and Get (Multiple) Variables to pass variables between routes.

For more information, see

Join the Make unofficial Discord server!

Great news! Make now has a native solution for exactly this! :tada:

You can use the new If-else & Merge modules to combine multiple paths back into one with no Set/Get Variable workarounds needed.

You would use if-else and merge modules to handle each path independently, then merge the results before passing the data to a single module (a webhook response in your case).

Learn more here: 🔥 Feature Spotlight: If-else & Merge in Make is here! 🔀

Happy automating! :purple_circle:

Valery from Make