CRM

CClark3
Participant

Workflow that recognizes duplicate field values

SOLVE

Hello,

I need help building a workflow. We have a project ID field on the deal level, in some situations multiple deals are attached to the same project and sometimes its the only deal for the project. We want a workflow that will look at this field and see if any other deals have this project ID and if so return a Yes or no to another field, a count of deals with that ID, or something that shows multiple projects has the same project ID. Does anyone have a work around or a fix for this? 

0 Upvotes
1 Accepted solution
Jonas_De_Mets
Solution
Top Contributor

Workflow that recognizes duplicate field values

SOLVE

@CClark3 our app Koalify will do exactly that to identify potential duplicates 😅
You can create a rule that will highlight deals with the same "Project ID". 

These will be marked with our Koalify Properties. One of them is the number of duplicates. 
Which is essentiall the number of times that Project ID is found. 

 

You can use it for free if you are not merging.


This is how it looks like for companies with the same "Custom ID":


Hope this helps!


Any Custom ID can be used in duplicate rules.png

Jonas De Mets
RevOps & Co-Founder @ Koalify

Connect via LinkedIn


Did my reply help answer your question? Please mark it as a solution.

View solution in original post

2 Replies 2
Jonas_De_Mets
Solution
Top Contributor

Workflow that recognizes duplicate field values

SOLVE

@CClark3 our app Koalify will do exactly that to identify potential duplicates 😅
You can create a rule that will highlight deals with the same "Project ID". 

These will be marked with our Koalify Properties. One of them is the number of duplicates. 
Which is essentiall the number of times that Project ID is found. 

 

You can use it for free if you are not merging.


This is how it looks like for companies with the same "Custom ID":


Hope this helps!


Any Custom ID can be used in duplicate rules.png

Jonas De Mets
RevOps & Co-Founder @ Koalify

Connect via LinkedIn


Did my reply help answer your question? Please mark it as a solution.

Jaycee_Lewis
Community Manager
Community Manager

Workflow that recognizes duplicate field values

SOLVE

Hey, @CClark3 Have you looked at a Custom Code Actions? My gut feeling here is that you will need to be selective on how you query your Deals looking for matches, as it will be inefficient to query all deals for each record. The Search API should let you look for matches in a more efficient manner. I haven't dug too deep, but webhooks may be useful in this situation as well. 

 

Have fun testing! — Jaycee


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes