How to use Multiple Conditions -
Status: Closed · Asked by Ion Star on · 0 views
Dear Team
Our use case is like the following . We are having multiple conditions inside pabbly connect.
Workflow is like this.
Through Webhook, we get a phone number, We search for a hub-spot contact ; if the contact exist , get the ID, if the contact dosent exist, then create the contact and then get the ID , Check if contact has any deal , if there is no deal create a deal, if there is a deal, update a note to the deal.
The problem is that, for the contact, we are creating a router. [ Action 1 - Contact exists, Action 2 - contact dosent exist ]
Now should we duplicate the find and create a deal router part, inside each of the steps of [ Action 1 & Action 2 ] or is there any other simpler way.
Yes, you need to duplicate Find and Create a Deal router part.
You can clone the routers, so I would recommend setting up 1 st router with al the necessary steps and then clone it.
So you only need to change few step in 2nd router and remap somethings.