Hello!
I am trying to create two workflows, both relating to hubspot dealnactivity, resulting in a slack channel notification. Both are working, but there is a weird overlap that I can’t figure out how to fix.
Workflow 1 - New deal created
I want a trigger when anyone from my team creates a new deal. I’m using the standard “new deal” event.
Workflow 2 - Deal is re-assigned
I want a trigger when a deal is re-assigned between members of my team. For this I’ve used the “deal property change” event, and specified deal owner.
So - both are working in isolation. When I re-assign a deal the way I had intended, it works perfectly. The issue is that when I create a new deal...it actually triggers both workflows. i.e. a deal is created, initiating workflow 1 (good) and then because the owner is assigned to the new deal, it initiates workflow 2 bad.
Any help welcome