Question

Workaround Needed: Add "Paths by Zapier" to existing Zap

  • 7 January 2024
  • 2 replies
  • 28 views

I have an existing app with a trigger than then searches my Google Calendar and does a number of steps from there. Now that I have this Zap working well, I’ve realized that I need to handle the case where no event is found in my Google Calendar. I want to add “Paths by Zapier” to branch on if the Calendar Event is found or not, but this isn’t working because I need to add it in the middle of my Zap, not at the end. There must a workaround, but I’m not thinking of it at the moment. I would love any ideas you’ve got.

Thanks!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @ldrury 

One approach is to chain Zaps together with webhooks: https://zapier.com/apps/webhook/help

You can create these type of dependencies across Zaps:

1:1

MANY:1

1:MANY

Good idea. Thanks!