<?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 Missing data when connecting Azure Data Factory to Hubspot in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4837702#M8576</link>
    <description>&lt;P&gt;I am trying to get data from the contacts table into a microsoft fabric lakehouse. I first created a public app with all the scopes it would need to access I got the credentials and successfully created a linked service in Azure Data Factory to hubspot. I then created a dataset for the contacts table, following which created a copy activty to copy all the data to my lakehouse table. I followed this documentation&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/connector-hubspot?tabs=data-factory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://learn.microsoft.com/en-us/azure/data-factory/connector-hubspot?tabs=data-factory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am only getting the firstname, lastname and emails. All of the other columns are null. Quite a few are missing as well, despite being present in the mapping. According to the documentation, the conncetor only requests the default contact properties rather than the full set, and I need to specify the properties I want. This is what hubspot support is telling me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In your Azure Data Factory HubSpot source (Linked Service/Dataset), locate the option to specify properties (often an “Additional properties/fields” or “Query parameters” setting).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Where can I find this setting? I am unable to locatre it in ADF.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2025 09:39:18 GMT</pubDate>
    <dc:creator>DataProcessor</dc:creator>
    <dc:date>2025-09-29T09:39:18Z</dc:date>
    <item>
      <title>Missing data when connecting Azure Data Factory to Hubspot</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4837702#M8576</link>
      <description>&lt;P&gt;I am trying to get data from the contacts table into a microsoft fabric lakehouse. I first created a public app with all the scopes it would need to access I got the credentials and successfully created a linked service in Azure Data Factory to hubspot. I then created a dataset for the contacts table, following which created a copy activty to copy all the data to my lakehouse table. I followed this documentation&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/connector-hubspot?tabs=data-factory" target="_blank" rel="noopener nofollow noreferrer"&gt;https://learn.microsoft.com/en-us/azure/data-factory/connector-hubspot?tabs=data-factory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am only getting the firstname, lastname and emails. All of the other columns are null. Quite a few are missing as well, despite being present in the mapping. According to the documentation, the conncetor only requests the default contact properties rather than the full set, and I need to specify the properties I want. This is what hubspot support is telling me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In your Azure Data Factory HubSpot source (Linked Service/Dataset), locate the option to specify properties (often an “Additional properties/fields” or “Query parameters” setting).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Where can I find this setting? I am unable to locatre it in ADF.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 09:39:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4837702#M8576</guid>
      <dc:creator>DataProcessor</dc:creator>
      <dc:date>2025-09-29T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data when connecting Azure Data Factory to Hubspot</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4838043#M8581</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1364090" data-lia-user-login="DataProcessor" class="lia-mention lia-mention-user"&gt;DataProcessor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You’re hitting a known gap: the native ADF “HubSpot” connector doesn’t expose a UI field to pass the properties= list that HubSpot’s v3 CRM APIs require. As a result, you only get the default contact properties (e.g., firstname, lastname, email) and everything else comes back null.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use the ADF &lt;STRONG&gt;REST&lt;/STRONG&gt; connector (not the HubSpot connector) and call HubSpot’s Contacts API directly, adding your desired fields via the properties query parameter. Example endpoint:&lt;BR /&gt;/crm/v3/objects/contacts?properties=firstname,lastname,email,jobtitle,company,phone&amp;amp;limit=100&amp;amp;archived=false&lt;BR /&gt;Configure REST pagination using the $.paging.next.link cursor and map the results to your Fabric Lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 14:18:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4838043#M8581</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-09-29T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data when connecting Azure Data Factory to Hubspot</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4841891#M8598</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;!--   StartFragment    --&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The native HubSpot connector in Azure Data Factory does not currently expose a UI field to specify custom contact properties. To retrieve more than the default fields (firstname, lastname, email), you need to use the REST connector and call HubSpot’s Contacts API directly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why You're Seeing Missing Data&lt;/P&gt;&lt;P&gt;The HubSpot connector in ADF only pulls &lt;STRONG&gt;default contact properties unless you explicitly specify additional fields. However, the connector’s UI &lt;STRONG&gt;does not support setting the properties= parameter required by HubSpot’s v3 CRM API. That’s why fields like job title, company, and phone are coming back as null—even though they exist in HubSpot and are mapped in your dataset.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recommended Solution: Use REST Connector Instead&lt;/P&gt;&lt;P&gt;Step-by-Step:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a REST Linked Service in ADF instead of using the HubSpot connector.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG&gt;Use HubSpot’s v3 Contacts API endpoint:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GET /crm/v3/objects/contacts?properties=firstname,lastname,email,jobtitle,company,phone&amp;amp;limit=100&amp;amp;archived=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Configure pagination using the $.paging.next.link cursor.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG&gt;Map the results to your Lakehouse table using a Copy Activity.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;P&gt;This approach allows you to specify exactly which fields you want and bypasses the limitations of the native connector.&lt;/P&gt;&lt;P&gt;&lt;!--   EndFragment    --&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1364090" data-lia-user-login="DataProcessor" class="lia-mention lia-mention-user"&gt;DataProcessor&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 18:59:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4841891#M8598</guid>
      <dc:creator>anilgavhane</dc:creator>
      <dc:date>2025-10-03T18:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data when connecting Azure Data Factory to Hubspot</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4842643#M8600</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1364090" data-lia-user-login="DataProcessor" class="lia-mention lia-mention-user"&gt;DataProcessor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="87706" data-lia-user-login="anilgavhane" class="lia-mention lia-mention-user"&gt;anilgavhane&lt;/a&gt;&amp;nbsp; for prompt and helpful responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue.&lt;/P&gt;
&lt;P&gt;If one of the responses helped resolve your query, please consider marking it as the Accepted Solution. Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 03:12:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Missing-data-when-connecting-Azure-Data-Factory-to-Hubspot/m-p/4842643#M8600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-10-06T03:12:44Z</dc:date>
    </item>
  </channel>
</rss>

