<?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 Comparing properties from a form in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1155968#M3065</link>
    <description>&lt;P&gt;I am trying to find a deal through a form submission so I can push a deal down a pipeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So when someone fills out a form, (lets say the identifier is first + last name) It will go through the deals in a specific stage in the pipeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Ideally I want to be able to match the first and last name input from the form to the first and last name of a deal, from there I just want to move that deal down the pipeline. Is there any way to do it without custom code?&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 20:29:48 GMT</pubDate>
    <dc:creator>MLandry5</dc:creator>
    <dc:date>2025-05-22T20:29:48Z</dc:date>
    <item>
      <title>Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1155968#M3065</link>
      <description>&lt;P&gt;I am trying to find a deal through a form submission so I can push a deal down a pipeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So when someone fills out a form, (lets say the identifier is first + last name) It will go through the deals in a specific stage in the pipeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Ideally I want to be able to match the first and last name input from the form to the first and last name of a deal, from there I just want to move that deal down the pipeline. Is there any way to do it without custom code?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 20:29:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1155968#M3065</guid>
      <dc:creator>MLandry5</dc:creator>
      <dc:date>2025-05-22T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156068#M3066</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/945566"&gt;@MLandry5&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the contacts who submit the form already associated to the deal or is there no association established?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like it's the latter, in which case your solution would have multiple components:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Associate the contact and deal, using the "Create associations" workflow action which requires a shared value in a text property&lt;/LI&gt;
&lt;LI&gt;Create a custom date deal property 'Recent conversion date' which is updated on all deals associated to the contact who submitted the form&lt;/LI&gt;
&lt;LI&gt;Create a deal-based workflow that only enrolls open deals (or further narrowed down, exactly the deals you need) when this recent conversion date is known, then updates the deal stage&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 04:29:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156068#M3066</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-23T04:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156301#M3067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The deals already exist in hubspot. We are accounting for external sources that are providing information to modify the existing deal without giving them access to the hubspot. So ideally I want to take the information from the form and match it with the existing deal information.&lt;BR /&gt;&lt;BR /&gt;The only way I can think of is boolean logic but I am not able to directly compare the form &lt;EM&gt;First name&lt;/EM&gt; and the deal's &lt;EM&gt;First name,&amp;nbsp;&lt;/EM&gt;and I do not have access to the custom code features on hubspot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am not too sure how feasible this is though, is this possible to accomplish?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:25:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156301#M3067</guid>
      <dc:creator>MLandry5</dc:creator>
      <dc:date>2025-05-23T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156303#M3068</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/945566"&gt;@MLandry5&lt;/a&gt; did you review my suggestion from the previous answer? I laid out steps for the case where the deal already exists.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:26:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156303#M3068</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-23T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156310#M3069</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;My apologies I am new to Hubspot and trying to integrate into an existing system. Your solutions went over my head, but I will give them a try. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:46:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156310#M3069</guid>
      <dc:creator>MLandry5</dc:creator>
      <dc:date>2025-05-23T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing properties from a form</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156332#M3070</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/945566"&gt;@MLandry5&lt;/a&gt;&amp;nbsp;let me know if/where you're getting stuck, will happily provide more detail &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 15:13:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Comparing-properties-from-a-form/m-p/1156332#M3070</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-23T15:13:22Z</dc:date>
    </item>
  </channel>
</rss>

