Is there a way to automate a form completion to an existing Deal? For example, we have a contact in the Interested Stage of a Pipeline and they complete the Registration form later. When they complete that form, can it connect the current interest deal/stage and move them to registered stage. Right now, we have it putting them in the Registration Stage but then I have duplicates - they are in the interest stage and registration stage vs connecting the two.
@ARobinson58 (& @DianaGomez) - Within the workflow you have which currently creates a deal in the registration stage of your pipeline when a contact submits the Registration form, you could add in an 'if/then' action as the first step post-enrollment.
This action can look to see if the contact is already associated to a deal in the 'Interested' stage and, if so, update the deal stage of that existing deal. If a deal in that stage does not already exist, the other branch can create the deal.
@HFisher7's suggestion is awesome and should get you what you need here! If there are any other stages the deal could be in prior to a registration form submission (i.e., anything before the Registration stage), be sure to factor those into your if/then branch. It could also be worth adding an internal notification or task step as well to let the deal owner know that the deal was moved ahead and to confirm the details, if needed.
@ARobinson58 (& @DianaGomez) - Within the workflow you have which currently creates a deal in the registration stage of your pipeline when a contact submits the Registration form, you could add in an 'if/then' action as the first step post-enrollment.
This action can look to see if the contact is already associated to a deal in the 'Interested' stage and, if so, update the deal stage of that existing deal. If a deal in that stage does not already exist, the other branch can create the deal.
@HFisher7's suggestion is awesome and should get you what you need here! If there are any other stages the deal could be in prior to a registration form submission (i.e., anything before the Registration stage), be sure to factor those into your if/then branch. It could also be worth adding an internal notification or task step as well to let the deal owner know that the deal was moved ahead and to confirm the details, if needed.