<?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 Re: Updating a Dropdown List from one Object to Another in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095843#M2809</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591960"&gt;@HSpaulding&lt;/a&gt;&amp;nbsp;- Two options here.&lt;BR /&gt;&lt;BR /&gt;1. Have the property as a dropdown on one object only and as a sync property on the other three, the sync properties mirror what is in the dropdown. More info here:&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/properties/create-sync-properties" target="_blank" rel="noopener"&gt;https://knowledge.hubspot.com/properties/create-sync-properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Use an 'Edit records' action in a workflow to copy the value from one object to another. &lt;A href="https://knowledge.hubspot.com/workflows/choose-your-workflow-actions#edit-records:~:text=the%20action%20does-,Edit%20records%C2%A0,-Set%2C%20edit%2C%20copy" target="_blank" rel="noopener"&gt;More info here.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 10:51:50 GMT</pubDate>
    <dc:creator>HFisher7</dc:creator>
    <dc:date>2025-01-17T10:51:50Z</dc:date>
    <item>
      <title>Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095317#M2803</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created four cloned dropdown multi-select checkboxes in Companies, Contacts, Deals, and Leads.&amp;nbsp; I would like to be able to update one object's list when new values are needed and have a custom code to grab that list and update the other lists without having to manually update each list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Example:&lt;/U&gt;&amp;nbsp;&lt;/STRONG&gt; Dropdown list was updated in Contacts&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;objectType:&lt;/STRONG&gt;&amp;nbsp; Contacts&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;propertyGroup:&lt;/STRONG&gt;&amp;nbsp; contactinformation&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;propertyName:&lt;/STRONG&gt;&amp;nbsp; tradeshow_attendance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Update:&lt;/U&gt;&amp;nbsp; Dropdown list needs to be updated in Companies&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;objectType:&amp;nbsp;&lt;/STRONG&gt; Companies&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;propertyGroup:&lt;/STRONG&gt;&amp;nbsp; companyinformation&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;propertyName:&lt;/STRONG&gt;&amp;nbsp; trade_show_attendance__cloned_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new at custom codes in workflows and have tried to use the API to create a GET code and then a PATCH code but I am not sure how to connect these together within the custom code to update what is needed.&amp;nbsp; Can you help with a code that could do this within a workflow?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 14:36:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095317#M2803</guid>
      <dc:creator>HSpaulding</dc:creator>
      <dc:date>2025-01-16T14:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095600#M2808</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591960"&gt;@HSpaulding&lt;/a&gt;&lt;/SPAN&gt;! Thank you for your clear explanation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand you are looking to have a corresponding Company property dropdown list updated when the Contact version of that property has been updated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share the code you have used so far? It may provide valuable context for our community members.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to invite &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475"&gt;@coldrickjack&lt;/a&gt;&lt;/SPAN&gt; and &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/313109"&gt;@HFisher7&lt;/a&gt;&lt;/SPAN&gt; to see if they can provide any tips or tricks for updating property drop-down values via custom-coded workflow actions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks y'all!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Best,&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Kennedy&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 21:50:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095600#M2808</guid>
      <dc:creator>kennedyp</dc:creator>
      <dc:date>2025-01-16T21:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095843#M2809</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591960"&gt;@HSpaulding&lt;/a&gt;&amp;nbsp;- Two options here.&lt;BR /&gt;&lt;BR /&gt;1. Have the property as a dropdown on one object only and as a sync property on the other three, the sync properties mirror what is in the dropdown. More info here:&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/properties/create-sync-properties" target="_blank" rel="noopener"&gt;https://knowledge.hubspot.com/properties/create-sync-properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Use an 'Edit records' action in a workflow to copy the value from one object to another. &lt;A href="https://knowledge.hubspot.com/workflows/choose-your-workflow-actions#edit-records:~:text=the%20action%20does-,Edit%20records%C2%A0,-Set%2C%20edit%2C%20copy" target="_blank" rel="noopener"&gt;More info here.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 10:51:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1095843#M2809</guid>
      <dc:creator>HFisher7</dc:creator>
      <dc:date>2025-01-17T10:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1099224#M2817</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/169781"&gt;@kennedyp&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/426475" target="_blank" rel="noopener"&gt;@coldrickjack&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/313109" target="_blank" rel="noopener"&gt;@HFisher7&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your feedback and I apologize for my delayed update.&amp;nbsp; I have been trying to configure a better way to update what I am needing without custom code but I think that is the only option I have.&amp;nbsp; This is what I am looking to obtain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We attended a trade show XYZ and have obtained a list that we have marked as either trade show lead or trade show attendee for import into HubSpot.&amp;nbsp; Example of records for import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;- Contact Property&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;- Company Property&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;- Lead Property&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;- Deal Property&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3" color="#333333"&gt;&amp;lt;-&amp;gt; = Property sync&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;PS&lt;/FONT&gt; = Property sync&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt; = Multi-select drop down&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&lt;/FONT&gt; = Single-line text&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;MT&lt;/FONT&gt; = Multi-line text&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt; = Radio select&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;DD&lt;/FONT&gt; = dropdown select&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company:&amp;nbsp;&lt;/STRONG&gt; Test&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;U&gt;Contact A:&lt;/U&gt;&amp;nbsp; Jane Doe&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Prior to Import of trade show attendee list:&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;:&amp;nbsp;&lt;/FONT&gt; ABC; DEF&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;During Import:&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;:&amp;nbsp; &lt;FONT color="#333333"&gt;;XYZ&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;*Note will be cleared out at end of import WF&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;(trade show Jane Doe attended):&amp;nbsp; &amp;nbsp;XYZ&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Lead&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;:&amp;nbsp;&lt;/FONT&gt; Yes&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Type&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;:&amp;nbsp;&lt;/FONT&gt; Existing Business&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Label&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;:&lt;/FONT&gt;&amp;nbsp; Warm&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Note&lt;FONT size="1 2 3 4 5 6 7"&gt;MT&lt;/FONT&gt;:&lt;/FONT&gt;&amp;nbsp; Meet at booth, wants more information on.....&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;After Trade Show import:&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&lt;/FONT&gt; (appended):&amp;nbsp; ABC; DEF; XYZ&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Last Trade Show Attended&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&lt;/FONT&gt; &lt;FONT color="#333333"&gt;(set value from&lt;/FONT&gt; Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;FONT size="3" color="#333333"&gt;) :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3" color="#333333"&gt;&amp;nbsp;&lt;/FONT&gt;XYZ&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;U&gt;Contact B:&lt;/U&gt;&amp;nbsp; John Doe&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Prior to Import of trade show attendee list:&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance:&lt;/FONT&gt;&amp;nbsp; DEF; GHI&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;During Import: &lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;:&amp;nbsp; &lt;FONT color="#333333"&gt;;XYZ&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;*Note will be cleared out at end of import WF&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;(trade show John Doe attended):&amp;nbsp; &amp;nbsp;XYZ&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Lead&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;:&amp;nbsp;&lt;/FONT&gt; No&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;After Trade Show import:&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&lt;/FONT&gt; (appended):&amp;nbsp; DEF; GHI; XYZ&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Last Trade Show Attended&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&lt;/FONT&gt; &lt;FONT color="#333333"&gt;(set value from&lt;/FONT&gt; Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#333333"&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;FONT size="3"&gt;) :&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="3"&gt;XYZ&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Property sync cannot happen because I need the values of Contact A and Contact B to append the value of &lt;FONT color="#0000FF"&gt;Trade Show Attendance&lt;/FONT&gt; on the company record so the company reflects all trade shows they have attended. In order to append, I need the Multi-select drop down list to exist both on the Contact and Company record.&amp;nbsp; We want Multi-select to&amp;nbsp;ensure reporting doesn't have to worry about mispellings/nomenclature issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A work flow starts after import based on &lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&lt;/FONT&gt; being updated:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#333333"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Company Record:&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt; &lt;/FONT&gt;Test&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Prior to Import of trade show attendee list:&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;&lt;FONT color="#0000FF"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;:&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt; ABC; DEF; GHI&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;After Trade Show import:&amp;nbsp;&lt;/EM&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;&lt;FONT color="#0000FF"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;:&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt; ABC; DEF; GHI; XYZ&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-30px"&gt;If the trade show list contains a lead, the workflow generates a new lead for the associated contact and properties are pulled in based on records captured on the import on the Contact record.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Lead Record:&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#333333"&gt;Contact A&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Jane Doe had a Trade Show Lead = Yes which will create a lead record with properties copied from the c&lt;FONT size="3"&gt;onta&lt;/FONT&gt;ct record from trade show import&lt;UL&gt;&lt;LI&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;FONT size="4"&gt;&lt;FONT size="3" color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&lt;FONT color="#800080"&gt;&lt;FONT size="4" color="#333333"&gt;&lt;FONT size="3"&gt;set value to&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;Lead Generated From&lt;/FONT&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;FONT color="#FF0000"&gt;ST&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Last Trade Show Attended&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&lt;/FONT&gt;&lt;/FONT&gt; &amp;lt;-&amp;gt; &lt;FONT color="#FF0000"&gt;Last Trade Show Attended&lt;FONT size="1 2 3 4 5 6 7"&gt;PS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact properties &lt;FONT color="#333333"&gt;below cleared after values set:&lt;/FONT&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Type&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&amp;nbsp;&lt;FONT size="4" color="#333333"&gt;&lt;FONT size="3"&gt;set value to&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="3" color="#FF0000"&gt;Contact Lead Type&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Label&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&amp;nbsp;&lt;FONT size="4" color="#333333"&gt;&lt;FONT size="3"&gt;set value to&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="3" color="#FF0000"&gt;Contact Lead Label&lt;FONT size="1 2 3 4 5 6 7"&gt;RS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#800080"&gt;Contact Lead Note&lt;FONT size="1 2 3 4 5 6 7"&gt;MT&amp;nbsp;&lt;FONT size="4" color="#333333"&gt;&lt;FONT size="3"&gt;set value to&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="3" color="#FF0000"&gt;Contact Lead Note&lt;FONT size="1 2 3 4 5 6 7"&gt;MT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A trade show lead can also be added by our sales rep when they are on the floor by creating a lead within theirmobile app or desktop on the contact record or sales workspace. When a lead is created this way, we have a &lt;FONT color="#FF0000"&gt;Source&lt;FONT size="1 2 3 4 5 6 7"&gt;DD&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;lead property to identify if it was generated from a trade show.&amp;nbsp; We would then need to give the sales reps a multi-select drop down list (&lt;FONT size="1 2 3 4 5 6 7" color="#FF0000"&gt;&lt;FONT size="4"&gt;&lt;FONT size="3"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;)&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;to select the trade show they meet them at to again avoid any mispellings or different nomenclature during reporting.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HSpaulding_0-1737734373349.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/136838iA34A766450E21FFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HSpaulding_0-1737734373349.png" alt="HSpaulding_0-1737734373349.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, when a lead moves to "Qualified" and a deal is created or a deal is generated seperately, we want to capture the deal source.&amp;nbsp; One of the deal source options is "trade Show".&amp;nbsp; As shown above in the lead creation&amp;nbsp;(&lt;FONT color="#FF0000"&gt;Source&lt;FONT size="1 2 3 4 5 6 7"&gt;DD&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;lead property), we need a deal property &lt;FONT color="#008000"&gt;Deal&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#008000"&gt;Source&lt;FONT size="1 2 3 4 5 6 7"&gt;DD&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;with the option to select "Trade Show" which will then prompt a response for the property&lt;FONT size="3"&gt;&amp;nbsp;&lt;FONT&gt;&lt;FONT color="#008000"&gt;Trade Show Attendance&lt;/FONT&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;FONT&gt;MS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#333333"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT&gt;&lt;FONT color="#333333"&gt;To summerize I would like to only update the Contact Property &lt;FONT color="#800080"&gt;Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS&lt;/FONT&gt;&lt;/FONT&gt; list and the &lt;FONT color="#0000FF"&gt;company&lt;/FONT&gt;, &lt;FONT color="#FF0000"&gt;lead&lt;/FONT&gt;, and &lt;FONT color="#008000"&gt;deal&lt;/FONT&gt; property "Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS"&lt;/FONT&gt;&amp;nbsp;will also update&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like an option for a single text entered into &lt;FONT color="#800080"&gt;Trade Show&lt;FONT size="1 2 3 4 5 6 7"&gt;ST&lt;/FONT&gt;&lt;/FONT&gt; push that value to add to the&amp;nbsp;&lt;FONT color="#800080"&gt;contact&lt;/FONT&gt;,&amp;nbsp;&lt;FONT size="3"&gt;&lt;FONT&gt;&lt;FONT color="#333333"&gt;&lt;FONT color="#0000FF"&gt;company&lt;/FONT&gt;, &lt;FONT color="#FF0000"&gt;lead&lt;/FONT&gt;, and &lt;FONT color="#008000"&gt;deal&lt;/FONT&gt; property "Trade Show Attendance&lt;FONT size="1 2 3 4 5 6 7"&gt;MS"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 16:28:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1099224#M2817</guid>
      <dc:creator>HSpaulding</dc:creator>
      <dc:date>2025-01-24T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1105204#M2832</link>
      <description>&lt;P&gt;Hi, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591960"&gt;@HSpaulding&lt;/a&gt;&lt;/SPAN&gt;! Thanks for sharing your continued progress &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:rgb(45,51,56);"&gt;The Community offers valuable insights from subject matter experts, but for a more comprehensive consultation, consider connecting with a HubSpot Partner in the &lt;/SPAN&gt;&lt;A href="https://ecosystem.hubspot.com/marketplace/solutions" target="_blank"&gt;&lt;SPAN style="color:rgb(45,51,56);"&gt;Solutions Directory&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color:rgb(45,51,56);"&gt;. I think you are on the right track. There needs to be a way to dynamically identify the changes in attendance history and smoothly translate that to the company.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Best,&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Kennedy&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 22:12:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1105204#M2832</guid>
      <dc:creator>kennedyp</dc:creator>
      <dc:date>2025-02-06T22:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a Dropdown List from one Object to Another</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1131606#M2969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591960"&gt;@HSpaulding&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Yes, totally possible using &lt;SPAN class=""&gt;&lt;STRONG&gt;custom code action&lt;/STRONG&gt;&lt;/SPAN&gt; in a workflow with Ops Hub Pro or above. Here’s a simplified approach you can use to &lt;SPAN class=""&gt;&lt;STRONG&gt;sync dropdown options across objects&lt;/STRONG&gt;&lt;/SPAN&gt; via HubSpot API.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Step-by-step logic:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;1.&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;GET&lt;/STRONG&gt;&lt;/SPAN&gt; property options from the “master” property (e.g. Contacts).&lt;/P&gt;&lt;P class=""&gt;2.&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;PATCH&lt;/STRONG&gt;&lt;/SPAN&gt; those options to the other cloned properties (e.g. Companies, Deals, etc.).&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Example: Custom Code in Workflow (Node.js)&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;You’ll need to run this in a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom code action&lt;/STRONG&gt;&lt;/SPAN&gt; inside a workflow:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const hubspot = require('@hubspot/api-client');

exports.main = async (event, callback) =&amp;gt; {
  const hubspotClient = new hubspot.Client({ accessToken: process.env.HAPIKEY });

  // Define source (Contacts)
  const sourceObject = 'contacts';
  const sourceProperty = 'tradeshow_attendance';

  // Define target properties to sync
  const targets = [
    { object: 'companies', property: 'trade_show_attendance__cloned_' },
    { object: 'deals', property: 'trade_show_attendance__cloned_' },
    { object: 'leads', property: 'trade_show_attendance__cloned_' } // "leads" is not an object in HubSpot; maybe a custom object?
  ];

  try {
    // Step 1: Get source property options
    const sourceProp = await hubspotClient.crm.properties.coreApi.getByName(
      sourceObject,
      sourceProperty
    );

    const options = sourceProp.body.options;

    // Step 2: Loop over targets and update each
    for (const target of targets) {
      await hubspotClient.crm.properties.coreApi.update(
        target.object,
        target.property,
        { options }
      );
    }

    callback({ message: 'Dropdowns synced successfully' });
  } catch (e) {
    console.error(e);
    callback({ error: e.message });
  }
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;- Replace &lt;SPAN class=""&gt;"leads"&lt;/SPAN&gt; with the actual object API name if it’s a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom object&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class=""&gt;- This needs to run in a &lt;SPAN class=""&gt;&lt;STRONG&gt;workflow triggered on Contacts&lt;/STRONG&gt;&lt;/SPAN&gt; if you want to sync on update.&lt;/P&gt;&lt;P class=""&gt;- Make sure all target properties are the same type (multi-checkbox).&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 19:13:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Updating-a-Dropdown-List-from-one-Object-to-Another/m-p/1131606#M2969</guid>
      <dc:creator>Upvise</dc:creator>
      <dc:date>2025-04-03T19:13:16Z</dc:date>
    </item>
  </channel>
</rss>

