CRM

CFish
Member

Creating a multipe deals from one form submission

SOLVE

Hello,

I am currently creating a work flow that creates multiple deals, from one form submission, with different deal ID's.

 

I have created the flow below, that creates multiple deals, however they all share the same deal ID.

Any suggestions?

Context, we are a watch dealers, customer are completing a form to get a quote to sell there watch, but can opt to add more than 1 (up to a maximum of 5.)Hubspot Automation.jpg

0 Upvotes
1 Accepted solution
Ben_M
Solution
Key Advisor

Creating a multipe deals from one form submission

SOLVE

From your workflow it looks like you copied the create deal step 4 times. If someone can select up to 5 different ways to sell, it feels like there should be branches to determine if one, two, etc. deals are created and then something from the form should be passed to create a unique deal name for each deal. Otherwise the system will create duplicate deals with duplicate names and that might be causing the issue that you are facing where it is combining it all into 1 deal because it sees duplicates.

View solution in original post

6 Replies 6
TomM2
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Creating a multipe deals from one form submission

SOLVE

Echoing what Ben mentioned, you should examine the strategy you're approaching with first. 

At the moment it looks like you're just creating a number of duplicate deals and assigning them to the same person, would this be useful to your sales team? 

 

For your different watch each deal, then you want to have different properties for each watch (which I'm assuming you have already since you can only submit once to a property on HubSpot forms). Effectively you want then the form submission trigger as you have but you want each deal to be created with each of those different properties (IE watch type 1, watch type 2 etc). 

Do you always want these to be assigned to the same person though? 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a meeting

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes
CFish
Member

Creating a multipe deals from one form submission

SOLVE

Thanks everyone for their help so far.

I have started trying the and/or logic.

However, all the deals still all apear linked, so if you update one they all progress through the pipeline, and share the same Record ID. But I have also realised every time you resubmitt the form, the record ID remains the same - therefore I think its not appropriate to be used in this fassion. I believe I have overcome the requirment for a unique number for each deal however with a third party app, sequentialy.

CFish_0-1725307701994.png


This is the current flow with the And/or branch.

 



0 Upvotes
LBouchet1
Contributor

Creating a multipe deals from one form submission

SOLVE

Hi @CFish,

 

Your first if branch should just be to check if Watch brand is known.


if it is then create the first deal then move on to the next if branch which checks if watch brand 2 is known. If it is then make deal 2 etc.

 

if there is a chance that users will enter a watch brand 2 but leave brand 1 empty then for all of your if branches, under none met, move to the next if branch (skipping the deal creation).

0 Upvotes
LBouchet1
Contributor

Creating a multipe deals from one form submission

SOLVE

I would duplicate all the properties you have created to collect the information on the watches that you are adding into the deal.

 

For example:

 

Watch 1 - Name (mandatory)

Watch 1 - Estimated value

Watch 2 - Name (mandatory)

Watch 2 - Estimated value

 

Then the workflow could include branches, if Watch 1 - Name is known - create deal 1 (with details from Watch 1 properties).

 

Once deal 1 has been created or if there was no value, move on to step 2 which is - If Watch 2 - Name is known, create deal... etc. etc.

 

Kind regards,

 

Luke

0 Upvotes
sunytomars
Member

Creating a multipe deals from one form submission

SOLVE

I think , you need to pass some unique value from the form to the deal data, so that unique deals are created, here what I can see from your workflow is that, it is creating deals and we have 5 such blocks without any distinctive IF/ELSE condition, how will this create 5 unique deals I'm not sure. There needs to be 5 unique conditions per contact form fill.

0 Upvotes
Ben_M
Solution
Key Advisor

Creating a multipe deals from one form submission

SOLVE

From your workflow it looks like you copied the create deal step 4 times. If someone can select up to 5 different ways to sell, it feels like there should be branches to determine if one, two, etc. deals are created and then something from the form should be passed to create a unique deal name for each deal. Otherwise the system will create duplicate deals with duplicate names and that might be causing the issue that you are facing where it is combining it all into 1 deal because it sees duplicates.