ash99
Member
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.
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.