What's the Activepieces equivalent of a router in Make?

I’m trying to create a branch of the main flow (not based on conditional logic) to get information to multiple platforms like shown in this pic:

Is this possible to do in Activepieces?

5 Likes

Have you seen this thread?

Basically the current workaround is using one flow as the “router” that then pushes out to other workflows using multiple HTTP requests (webhooks) for each of the paths you want to run that point to “path” workflows with Webhooks as their triggers.

Make sense?