Hi @AppGuyAaron
Feature requests can be submitted to Zapier Support: https://zapier.com/app/get-help
@AppGuyAaron
NOTE: Paths have current limitations of 5 top level paths.
Advanced workarounds include using Sub-Zaps or using Webhooks to chain Zaps together.
Sub-Zaps: https://zapier.com/apps/sub-zap-by-zapier/integrations
Webhooks: https://zapier.com/apps/webhook/integrations
@Troy Tessalone thanks. Understood on the limitation of paths, but it still means were potentially duplicating a path five times.
Ill have to look into that Sub Zap, I dont know that one.
@AppGuyAaron
I’d suggest designing your Zaps differently by decoupling Zaps that would use the Paths app for the reasons you’ve mentioned.
Instead, you can achieve the concept of paths using Sub-Zaps or Webhooks to chain Zaps together.
Webhooks can be used as an action (e.g. POST) to then trigger another Zap (e.g. Catch Hook).
This allows you to design Zaps in a more modular way and makes it easy to copy/edit a Zap and include as a chained Zap.
TIP: Multiple Zaps can be triggered from 1 webhook: https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks#optional-trigger-multiple-zaps-with-webhooks
Sub-Zaps are meant for reusing Zaps as a sub-routine across other Zaps.
Data you specify is sent in and data you specify is returned, then the main Zap can continue.
Think of this as repurposing common components.