<?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: Is Label property of CRM properties unique or not in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/631623#M53136</link>
    <description>&lt;P&gt;I see, thank you for the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our system requires display names to be unique so looks like I will need to append `name` to `label` to make them unique&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 09:37:42 GMT</pubDate>
    <dc:creator>MYermolayev</dc:creator>
    <dc:date>2022-05-12T09:37:42Z</dc:date>
    <item>
      <title>Is Label property of CRM properties unique or not</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/630170#M53074</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;I represent &lt;A href="https://fibery.io/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://fibery.io&lt;/A&gt;&amp;nbsp;and we have integration with HubSpot for our clients to sync their data. Some of our clients experience problems with integration because we expect Label property of CRM Properties to be unique. At least that's the behaviour on HubSpot's UI and it is described in this article &lt;A href="https://knowledge.hubspot.com/crm-setup/manage-your-properties" target="_blank"&gt;https://knowledge.hubspot.com/crm-setup/manage-your-properties&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;But as I can see in our logs sometimes different properties can have duplicated values for labels, e.g two properties with 'Email' label:&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[
  {
    "updatedAt": "2021-12-12T20:30:12.549Z",
    "createdAt": "2021-07-31T20:09:41.956Z",
    "name": "opcional",
    "label": "Email",
    "type": "string",
    "fieldType": "text",
    "description": "Lead Ad Properties",
    "groupName": "facebook_ads_properties",
    "options": [],
    "updatedUserId": "xxx",
    "displayOrder": -1,
    "calculated": false,
    "externalOptions": false,
    "archived": false,
    "hasUniqueValue": false,
    "hidden": false,
    "modificationMetadata": {
      "archivable": true,
      "readOnlyDefinition": false,
      "readOnlyValue": false
    },
    "formField": true
  },
  {
    "updatedAt": "2019-10-14T20:45:42.027Z",
    "createdAt": "2019-08-06T02:41:08.204Z",
    "name": "email",
    "label": "Email",
    "type": "string",
    "fieldType": "text",
    "description": "A contact's email address",
    "groupName": "nos",
    "options": [],
    "displayOrder": 3,
    "calculated": false,
    "externalOptions": false,
    "hasUniqueValue": false,
    "hidden": false,
    "hubspotDefined": true,
    "modificationMetadata": {
      "archivable": true,
      "readOnlyDefinition": true,
      "readOnlyValue": false
    },
    "formField": true
  }
] &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is whether it's expected behaviour or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:20:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/630170#M53074</guid>
      <dc:creator>MYermolayev</dc:creator>
      <dc:date>2022-05-10T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is Label property of CRM properties unique or not</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/630361#M53086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/217902"&gt;@MYermolayev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did a few tests, and you are correct. Setting a property through the API does not require the label to be unique. What has to be unique is the internal name of the property, so it would be better to adjust your code to check on the internal name instead.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 17:44:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/630361#M53086</guid>
      <dc:creator>Teun</dc:creator>
      <dc:date>2022-05-10T17:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is Label property of CRM properties unique or not</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/631623#M53136</link>
      <description>&lt;P&gt;I see, thank you for the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our system requires display names to be unique so looks like I will need to append `name` to `label` to make them unique&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 09:37:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/631623#M53136</guid>
      <dc:creator>MYermolayev</dc:creator>
      <dc:date>2022-05-12T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is Label property of CRM properties unique or not</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/690259#M56725</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/101258"&gt;@Teun&lt;/a&gt;&amp;nbsp;hi, has this behavior been changed recently?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As I can see, now I can't use duplicated labels even when creating properties through API calls&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;e.g. I receive this error:&amp;nbsp;&lt;BR /&gt;```&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"status"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"error"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"Property labels must be unique. Property company_size_duplicated has the same label as property company_size"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;```&lt;BR /&gt;So, does it mean that nobody is able to create properties with duplicated labels anymore but users still can have duplicated properties if they were created before this change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 11:50:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Is-Label-property-of-CRM-properties-unique-or-not/m-p/690259#M56725</guid>
      <dc:creator>MYermolayev</dc:creator>
      <dc:date>2022-09-07T11:50:33Z</dc:date>
    </item>
  </channel>
</rss>

