<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Workflow Re-enrollment  based on forms in Sales Hub Tools</title>
    <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545370#M6684</link>
    <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help on the following:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have different lead forms on our website, all which can be used by a potential lead one or multiple times. There are three categories:&lt;/P&gt;&lt;P&gt;1. Brochures&lt;/P&gt;&lt;P&gt;2. Quote&lt;/P&gt;&lt;P&gt;3. Contact Forms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to do the following:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; First, if not already, rotate to team member.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Based on the categorie of the form, do multiple stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add an if / this branch, based on the categories, it works fine the first time. However, the second time a lead fills a form, regardless of the form the lead fills, the workflow choses the the branch it was when the first time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below. From the third pictures (Step &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; the workflow always choses the branch that it was the first time. Is there anything I can do to prevent that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 13:54:16 GMT</pubDate>
    <dc:creator>rodericks</dc:creator>
    <dc:date>2021-12-21T13:54:16Z</dc:date>
    <item>
      <title>Workflow Re-enrollment  based on forms</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545370#M6684</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some help on the following:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have different lead forms on our website, all which can be used by a potential lead one or multiple times. There are three categories:&lt;/P&gt;&lt;P&gt;1. Brochures&lt;/P&gt;&lt;P&gt;2. Quote&lt;/P&gt;&lt;P&gt;3. Contact Forms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to do the following:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; First, if not already, rotate to team member.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Based on the categorie of the form, do multiple stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add an if / this branch, based on the categories, it works fine the first time. However, the second time a lead fills a form, regardless of the form the lead fills, the workflow choses the the branch it was when the first time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below. From the third pictures (Step &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; the workflow always choses the branch that it was the first time. Is there anything I can do to prevent that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:54:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545370#M6684</guid>
      <dc:creator>rodericks</dc:creator>
      <dc:date>2021-12-21T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Re-enrollment  based on forms</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545373#M6685</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/205008"&gt;@rodericks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's expected behavior. In your if/then branch, you're checking whether a contact submitted a specific form. Let's say, a contact submits form A the first time. The branch checks whether the contact submitted form A. They did. (Branches are always checked left to right.) The contact comes back and submits form B. The branch checks whether the contact submitted form A. While the last submission was B, it's still true. The contact did indeed submit form A, only earlier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your way out of this is the &lt;STRONG&gt;Recent conversion&lt;/STRONG&gt; property. It's &lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;the last form the contact submitted. This is formatted as the name of the page the form was submitted on, followed by a colon, then the name of the submitted form (i.e., &lt;EM&gt;Name of page: Name of form&lt;/EM&gt;).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of branching on different form submission, create your branches based on "Recent conversion contains any of [Name of form]". That should do the trick.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 10:20:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545373#M6685</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2021-12-21T10:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Re-enrollment  based on forms</title>
      <link>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545460#M6686</link>
      <description>&lt;P&gt;Thanks Karsten for the fast respond and correct respond. Even Hubspot support themselves didn't know that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:53:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Sales-Hub-Tools/Workflow-Re-enrollment-based-on-forms/m-p/545460#M6686</guid>
      <dc:creator>rodericks</dc:creator>
      <dc:date>2021-12-21T13:53:44Z</dc:date>
    </item>
  </channel>
</rss>

