After using a router to create two routes, can you recombine them once they need the same operations?

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

When you need to recombine two or more branches into a single flow, use the new If-else & Merge modules instead of a router.

These two new modules let you branch your logic, handle each path independently, and merge the results before passing data to a single module (like your Mailchimp).

More details here: πŸ”₯ Feature Spotlight: If-else & Merge in Make is here! πŸ”€

Happy automating! :purple_circle:

Valery from Make