<?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>Data Hub トピック</title>
    <link>https://community.hubspot.com/t5/Data-Hub/bd-p/Operations_Hub</link>
    <description>Data Hub トピック</description>
    <pubDate>Sat, 24 Jan 2026 01:30:35 GMT</pubDate>
    <dc:creator>Operations_Hub</dc:creator>
    <dc:date>2026-01-24T01:30:35Z</dc:date>
    <item>
      <title>How do I get started using HubSpot’s Data Hub for combining and managing my data?</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-do-I-get-started-using-HubSpot-s-Data-Hub-for-combining-and/m-p/1244011#M3363</link>
      <description>&lt;P&gt;Hello all! I’m Dheeraj Sudan, a UK-based software developer and co-founder of a tech start-up, which I run alongside my wife, Meenu Hinduja. I’m trying to get started using HubSpot’s Data Hub to combine and manage my data. Could anyone share guidance, tips, or best practices?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dheeraj Sudan and Meenu Hinduja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 05:46:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-do-I-get-started-using-HubSpot-s-Data-Hub-for-combining-and/m-p/1244011#M3363</guid>
      <dc:creator>DheerajSudan</dc:creator>
      <dc:date>2026-01-22T05:46:50Z</dc:date>
    </item>
    <item>
      <title>How do I report a bug? HubSpot says I've used 10 custom properties when I've actually used 8.</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-do-I-report-a-bug-HubSpot-says-I-ve-used-10-custom/m-p/1243871#M3359</link>
      <description>&lt;P&gt;Primary problem: I'm trying to create custom properties. I had created 10, deleted 2 (archive first then delete). Filtering shows that I have 8 custom properties, but banner message says that I have 10, even after signout/signin to hopefully prevent use of cached data. Please advise on how to get this fixed.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-01-21 135850.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/166447iAAA0DB77E59ADF6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-21 135850.png" alt="Screenshot 2026-01-21 135850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Secondary problem: HubSpot has made it exceedingly difficult for free plan user to report (suspected) bugs. Not good.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 19:08:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-do-I-report-a-bug-HubSpot-says-I-ve-used-10-custom/m-p/1243871#M3359</guid>
      <dc:creator>DHair1</dc:creator>
      <dc:date>2026-01-21T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Workflow output not present with Go To Workflow call</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Workflow-output-not-present-with-Go-To-Workflow-call/m-p/1242917#M3354</link>
      <description>&lt;P&gt;I need to know the current date time in my current custom workflow. HubSpot does not offer any step for this, so I decided to create a custom code workflow whose sole purpose is to supply an ISO8601 current date time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've setup a custom workflow with some code that does this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;exports.main = async (event, callback) =&amp;gt; {
  callback({
    outputFields: {
      currentDateTime: new Date().toISOString()
    }
  });
}&lt;/LI-CODE&gt;&lt;P&gt;I've defined the output in the re-usable workflow, and this all works and returns a datetime (a String containing the ISO8601 formatted datetime).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Output set" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/166236i68828B6AADD05E5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-01-19 at 12.04.20.png" alt="Output set" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output set&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Workflow working, output working" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/166237i201343C4370604EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-01-19 at 12.04.30.png" alt="Workflow working, output working" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Workflow working, output working&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, when I want to use this from my main workflow, I can call it, but the "currentDateTime" output is not shown! Only the success state?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2026-01-19 at 12.08.35.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/166232i4B8D17E59F502CDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-19 at 12.08.35.png" alt="Screenshot 2026-01-19 at 12.08.35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How do I get my output to show up? I've looked through all the settings, but can't find anything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 11:39:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Workflow-output-not-present-with-Go-To-Workflow-call/m-p/1242917#M3354</guid>
      <dc:creator>scspijker</dc:creator>
      <dc:date>2026-01-19T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Ticket summary in a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Ticket-summary-in-a-property/m-p/1241506#M3350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to use Breeze to generate ticket summaries. From reading :&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/workflows/use-breeze-to-research-and-summarize-data-in-workflows" target="_blank"&gt;https://knowledge.hubspot.com/workflows/use-breeze-to-research-and-summarize-data-in-workflows&lt;/A&gt;&amp;nbsp;it appears the summary is generated as a card, but we want to have it in a property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason behind it is to be able to use it later for our own AI tool. Is there a way to save it in a propery? Or, could be somehow access whatever is stored on a card?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 14:54:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Ticket-summary-in-a-property/m-p/1241506#M3350</guid>
      <dc:creator>EVatsev</dc:creator>
      <dc:date>2026-01-14T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Handle title casing company names without breaking acronyms?</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Handle-title-casing-company-names-without-breaking-acronyms/m-p/1240966#M3346</link>
      <description>&lt;P data-start="270" data-end="372"&gt;I’m looking for advice on a CRM automation challenge I’ve run into around &lt;STRONG data-start="344" data-end="371"&gt;company name formatting&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="270" data-end="372"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="374" data-end="636"&gt;We create company records from multiple sources — integrations, imports, and manual entry — so keeping organisation names consistent is important for reporting and data quality. To help with this, I’ve been using workflow actions like &lt;STRONG data-start="609" data-end="636"&gt;“change to title case.”&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="374" data-end="636"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="638" data-end="692"&gt;In most cases, this works perfectly…&lt;/P&gt;
&lt;P data-start="638" data-end="692"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="694" data-end="804"&gt;The issue shows up when a company name &lt;EM data-start="733" data-end="748"&gt;intentionally&lt;/EM&gt; includes capitalised acronyms or segments, for example:&lt;/P&gt;
&lt;P data-start="694" data-end="804"&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE data-start="806" data-end="832"&gt;
&lt;P data-start="808" data-end="832"&gt;&lt;STRONG data-start="808" data-end="832"&gt;AMT Global Solutions&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P data-start="834" data-end="967"&gt;A standard title-casing rule improves consistency, but it also converts names like this into something inaccurate, which isn’t ideal.&lt;/P&gt;
&lt;P data-start="834" data-end="967"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="969" data-end="1021"&gt;I’m curious how others are handling this in HubSpot:&lt;/P&gt;
&lt;P data-start="969" data-end="1021"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL data-start="1023" data-end="1271"&gt;
&lt;LI data-start="1023" data-end="1093"&gt;
&lt;P data-start="1025" data-end="1093"&gt;Are you using any &lt;STRONG data-start="1043" data-end="1079"&gt;workarounds or conditional logic&lt;/STRONG&gt; in workflows?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1094" data-end="1175"&gt;
&lt;P data-start="1096" data-end="1175"&gt;Do you rely on &lt;STRONG data-start="1111" data-end="1174"&gt;exceptions lists, custom properties, or manual review steps&lt;/STRONG&gt;?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1176" data-end="1271"&gt;
&lt;P data-start="1178" data-end="1271"&gt;Has anyone found a way to preserve intended capitalisation while still enforcing consistency?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Jan 2026 08:56:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Handle-title-casing-company-names-without-breaking-acronyms/m-p/1240966#M3346</guid>
      <dc:creator>Alexander-tmp</dc:creator>
      <dc:date>2026-01-13T08:56:35Z</dc:date>
    </item>
    <item>
      <title>Why does exported data show as gibberish in HubSpot Excel files?</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Why-does-exported-data-show-as-gibberish-in-HubSpot-Excel-files/m-p/1239168#M3344</link>
      <description>&lt;P&gt;The data in Hubspot displays correctly as it's usually copied and pasted in.&amp;nbsp; However when we download the data out of Hubspot the text is then corupted and appears as gibberish.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Downloaded Excel file - University of TÃ¼bingen&lt;/P&gt;
&lt;P&gt;Within Hubspot -&lt;FONT size="3"&gt;&amp;nbsp;&lt;SPAN&gt;University of Tübingen&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;How can we get the exported data out without it coming out as gibberish?&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jan 2026 11:51:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Why-does-exported-data-show-as-gibberish-in-HubSpot-Excel-files/m-p/1239168#M3344</guid>
      <dc:creator>LPhillips0</dc:creator>
      <dc:date>2026-01-09T11:51:06Z</dc:date>
    </item>
    <item>
      <title>How to auto-set “Call and meeting type” on Meeting records based on associated Deal + Deal stage?</title>
      <link>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238127#M3340</link>
      <description>&lt;P&gt;Hi all! We log a lot of client meetings in HubSpot (many are created by a call-recording tool and appear as Meeting records). We’d like to auto-populate the HubSpot meeting field “Call and meeting type” with a small set of generic categories, e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Discovery&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Progression / later-stage&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Internal / non-sales&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Other&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;&lt;BR /&gt;Automatically classify each meeting so we can report historically by month (counts by type, basic outcomes, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;High-level rules &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If a meeting has no associated deal, stamp it as an early-stage/discovery-type meeting (with some guardrails).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If a meeting (contacts) is associated with a deal, set the meeting type based on the deal stage at the time of the meeting (early vs mid vs late stage).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Internal/vendor/non-customer meetings → “Other”.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;BR /&gt;I can’t find a reliable way to update “Call and meeting type” on Meeting records using standard workflow actions, and I’m not sure what the officially supported approach is even with Ops Hub / custom code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is “Call and meeting type” on Meetings editable via workflows (no-code or with custom code)? I can't find this option under "Edit a record" workflow action.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not, what’s the recommended pattern to achieve this without introducing a new custom field?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If yes, what’s the best-practice setup to set it using deal association + deal stage, in a way that runs for every new meeting?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks! Any pointers or screenshots of a working setup would really help.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 16:18:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/How-to-auto-set-Call-and-meeting-type-on-Meeting-records-based/m-p/1238127#M3340</guid>
      <dc:creator>BGullu9</dc:creator>
      <dc:date>2026-01-02T16:18:09Z</dc:date>
    </item>
    <item>
      <title>Realtime sync between Sheet ↔ HubSpot (missing Record IDs + auto-create companies)</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Realtime-sync-between-Sheet-HubSpot-missing-Record-IDs-auto/m-p/1234940#M3335</link>
      <description>&lt;P class=""&gt;We have an ICP company list in a Google Sheet that we want to keep in real-time sync with HubSpot, both ways.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Current setup / what works&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;We use Coefficient to sync.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;For companies that are already marked as ICP in HubSpot, it works well:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;We did a one-time export from HubSpot → Sheet to get the &lt;SPAN class=""&gt;HubSpot Company Record ID&lt;/SPAN&gt; into the sheet.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;With that Record ID present, we can continuously update fields from Sheet → HubSpot.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Updates from Hubspot&amp;nbsp;→ Sheets are done with the native Sheets integration via workflows.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;The problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;In the sheet, an automation can change a company’s status so that it becomes an ICP based on certain conditions. These “new ICPs” create two issues, because the sheet does &lt;SPAN class=""&gt;not&lt;/SPAN&gt; have the HubSpot Record ID yet (that is needed to sync).&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Company exists in HubSpot, but the sheet doesn’t have its Record ID yet&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;How should we (automatically) update this company from Sheet → HubSpot if we only have the &lt;SPAN class=""&gt;domain name&lt;/SPAN&gt;&amp;nbsp;but not the Record ID?&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Company does not exist in HubSpot, but does exist in the sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;How can we ensure that if a company is not found in HubSpot (based on domain), it is automatically &lt;SPAN class=""&gt;created&lt;/SPAN&gt; as a new company record in HubSpot?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Does anyone have experience with this setup, or recommendations for tools, workflows, or best practices to solve this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks in advance!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 12:49:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Realtime-sync-between-Sheet-HubSpot-missing-Record-IDs-auto/m-p/1234940#M3335</guid>
      <dc:creator>EvieSchellens</dc:creator>
      <dc:date>2025-12-17T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1230365#M3314</link>
      <description>&lt;P&gt;Hi all, I need to find a solution to be alerted when a specific property has been updated by a list of users.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a property "Call and Meeting Type" that i need to be alerted to when some retrospectivlty changes it after a call has ended.&lt;BR /&gt;&lt;BR /&gt;By default, HS does not allow us to queiry this data via a workflow so wondered if anyone has done something similar and knows of a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 16:22:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1230365#M3314</guid>
      <dc:creator>AStretten</dc:creator>
      <dc:date>2025-12-02T16:22:07Z</dc:date>
    </item>
    <item>
      <title>Import issue</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Import-issue/m-p/1227084#M3303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem. I'm trying to upload the Lifecycle Stage field for 16k records. It says it was successful and received. Unfortunately, it wasn't, and most of it wasn't updated. The format is fine. Can someone help me?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 22:00:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Import-issue/m-p/1227084#M3303</guid>
      <dc:creator>KSyguła</dc:creator>
      <dc:date>2025-11-21T22:00:00Z</dc:date>
    </item>
    <item>
      <title>Conversion URL Help</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Conversion-URL-Help/m-p/1226460#M3293</link>
      <description>&lt;P&gt;Is there a built-in way in HubSpot to pass the conversion URL from a HubSpot page to Salesforce? I’m using a script and a custom Conversion URL property to record the URL, but I’m hoping there’s an easier option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, am I right that HubSpot doesn’t support a native Conversion URL field for multi-step forms??!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 15:51:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Conversion-URL-Help/m-p/1226460#M3293</guid>
      <dc:creator>SEscher7</dc:creator>
      <dc:date>2025-11-20T15:51:11Z</dc:date>
    </item>
    <item>
      <title>BigQuery connector</title>
      <link>https://community.hubspot.com/t5/Data-Hub/BigQuery-connector/m-p/1226411#M3290</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work on a HubSpot Enterprise account.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The knowledge base talks about a &lt;A href="https://knowledge.hubspot.com/integrations/connect-hubspot-and-google-bigquery" target="_blank" rel="noopener"&gt;Google BigQuery connector&lt;/A&gt; in beta.&lt;/P&gt;&lt;P&gt;However, this beta doesn't appear in my Marketplace, so I can't request access to the beta programme. Has anyone else had this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 13:54:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/BigQuery-connector/m-p/1226411#M3290</guid>
      <dc:creator>SDEGLIAME</dc:creator>
      <dc:date>2025-11-20T13:54:09Z</dc:date>
    </item>
    <item>
      <title>HubSpot NetSuite Sync Custom Field Unavailable</title>
      <link>https://community.hubspot.com/t5/Data-Hub/HubSpot-NetSuite-Sync-Custom-Field-Unavailable/m-p/1225287#M3289</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been successfully syncing NetSuite sales orders to HubSpot orders for a while now, and I am attempting to add a custom NetSuite field to the sync.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The NetSuite field ("HubSpot Deal ID") is a free-form text field. I want to map this to a single-line text property in HubSpot also named "HubSpot Deal ID", but I cannot access the NetSuite field in the sync mapping. I have successfully mapped several other custom fields in this sync, so I'm not sure why this field is unavailable. Has anyone else had this issue? Any advice or insight is appreciated!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-18 at 10.30.01 AM.png" style="width: 200px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/161640i2354FA65455A64A7/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2025-11-18 at 10.30.01 AM.png" alt="Screenshot 2025-11-18 at 10.30.01 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-18 at 10.30.26 AM.png" style="width: 200px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/161641i07A87A18CA66B121/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2025-11-18 at 10.30.26 AM.png" alt="Screenshot 2025-11-18 at 10.30.26 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-18 at 10.30.43 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/161642iFC91FFC32BF18E30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-18 at 10.30.43 AM.png" alt="Screenshot 2025-11-18 at 10.30.43 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 18:40:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/HubSpot-NetSuite-Sync-Custom-Field-Unavailable/m-p/1225287#M3289</guid>
      <dc:creator>KDjahan</dc:creator>
      <dc:date>2025-11-18T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Account Problem</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Account-Problem/m-p/1225286#M3288</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately I use the free version of Hubspot, and therefore can't seem to get any assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My &lt;/SPAN&gt;&lt;A href="mailto:Rob@cpr-wilmington.com" target="_blank" rel="nofollow noopener noreferrer"&gt;Rob@cpr-wilmington.com&lt;/A&gt;&lt;SPAN&gt; has been used for years (email account registered with my free hubspot account), but this account was recently disabled by Hubspot. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Unfortunately my email address was changed by my franchise, so I have no more access to that account. &amp;nbsp;I need the data from that account transferred to my new account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I set up a new account &lt;A href="mailto:RFischer@cpr-stores.com" target="_blank" rel="noopener"&gt;RFischer@cpr-stores.com&lt;/A&gt;&amp;nbsp;-- but my data is still in my old account. &amp;nbsp;I literally only use the list of companies feature (approximately 50) with a few notes under each one. &amp;nbsp;That's it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm unable to change the password on my old account (&lt;A href="mailto:Rob@cpr-wilmington.com" target="_blank" rel="noopener"&gt;Rob@cpr-wilmington.com&lt;/A&gt;) because the email account is no longer functional or active.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need that data moved to my new account &lt;A href="mailto:RFischer@cpr-stores.com," target="_blank" rel="noopener"&gt;RFischer@cpr-stores.com,&lt;/A&gt;&amp;nbsp;but can't find anything on the application or website -- only sales people who tell me they can't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise if anyone knows how I can do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 18:34:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Account-Problem/m-p/1225286#M3288</guid>
      <dc:creator>RFischer2</dc:creator>
      <dc:date>2025-11-18T18:34:34Z</dc:date>
    </item>
    <item>
      <title>Association</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Association/m-p/1224495#M3286</link>
      <description>&lt;P&gt;&lt;SPAN&gt;if i want to create new set of data (removing existing one) with association between contacts-companies-deals-calls should i import all four files together and they will build association between four of them?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 09:45:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Association/m-p/1224495#M3286</guid>
      <dc:creator>SSingh822</dc:creator>
      <dc:date>2025-11-17T09:45:31Z</dc:date>
    </item>
    <item>
      <title>[Closed] Support with custom formula: "OR" not working as expected</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Closed-Support-with-custom-formula-quot-OR-quot-not-working-as/m-p/1222781#M3283</link>
      <description>&lt;P&gt;Closed: Preview only showed limited data - Formula works as expected.&lt;BR /&gt;&lt;BR /&gt;Hi Community,&lt;BR /&gt;I am looking to create a field which should be true, if a contact has entered either the stage of marketingqualifiedlead OR salesqualifiedlead.&lt;BR /&gt;&lt;BR /&gt;So, this is what I wrote:&lt;BR /&gt;IF (IS_KNOWN([CONTACT.hs_v2_date_entered_salesqualifiedlead]) OR IS_KNOWN([CONTACT.hs_v2_date_entered_marketingqualifiedlead]), true, false)&lt;BR /&gt;&lt;BR /&gt;However, the result is actually only those contacts, for which both are true -&amp;gt; basicly what I would expect "AND" would do.&lt;BR /&gt;&lt;BR /&gt;Looking forward to your ideas.&lt;BR /&gt;Thank you,&lt;BR /&gt;Willem&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Closed-Support-with-custom-formula-quot-OR-quot-not-working-as/m-p/1222781#M3283</guid>
      <dc:creator>WAllroggen</dc:creator>
      <dc:date>2025-11-12T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Custom code block output not working</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Custom-code-block-output-not-working/m-p/1218826#M3277</link>
      <description>&lt;P&gt;Hi there HubSpot community. I'm new to Data Hub and hoping someone can help with an issue we're having.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a custom code block that when it runs it should:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;take the deal ID of the enrolled deal&lt;/LI&gt;&lt;LI&gt;look to see what deals are associated with the enrolled deal (they'll only be one)&lt;/LI&gt;&lt;LI&gt;return the deal ID of the associated deal as a data output; parentDealId&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, when ever the code block runs the out put always returns this error message:&lt;/P&gt;&lt;P&gt;'Not defined in code'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code we're using and a screenshot of the setup and the results output. Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exports.main = async (event, callback) =&amp;gt; {&lt;BR /&gt;const dealId = String(event.inputFields.hs_object_id || '');&lt;BR /&gt;const TOKEN = process.env.Account_API_Key;&lt;/P&gt;&lt;P&gt;if (!dealId || !TOKEN) return callback({ parentDealId: '' });&lt;/P&gt;&lt;P&gt;try {&lt;BR /&gt;const url = `&lt;A href="https://api.hubapi.com/crm/v4/objects/deals/${dealId}/associations/deal" target="_blank"&gt;https://api.hubapi.com/crm/v4/objects/deals/${dealId}/associations/deal&lt;/A&gt;`;&lt;BR /&gt;const res = await fetch(url, {&lt;BR /&gt;method: 'GET',&lt;BR /&gt;headers: { Authorization: `Bearer ${TOKEN}`, Accept: 'application/json' }&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;if (!res.ok) return callback({ parentDealId: '' });&lt;/P&gt;&lt;P&gt;const data = await res.json();&lt;BR /&gt;const parentDealId = data?.results?.[0]?.toObjectId&lt;BR /&gt;? String(data.results[0].toObjectId)&lt;BR /&gt;: '';&lt;/P&gt;&lt;P&gt;return callback({ parentDealId });&lt;BR /&gt;} catch (e) {&lt;BR /&gt;return callback({ parentDealId: '' });&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code step 2.png" style="width: 765px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/160229iDE9DFE3400E3E7E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="code step 2.png" alt="code step 2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Code step 1.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/160228iEA5E36E9045840D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Code step 1.png" alt="Code step 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 11:20:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Custom-code-block-output-not-working/m-p/1218826#M3277</guid>
      <dc:creator>BVowles</dc:creator>
      <dc:date>2025-11-01T11:20:32Z</dc:date>
    </item>
    <item>
      <title>Company Name not populating on Reports</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Company-Name-not-populating-on-Reports/m-p/1215522#M3258</link>
      <description>&lt;P&gt;I have created a report however some company names are not pulling though on to it.&amp;nbsp; It just says (No Value), when I look at the company contact card the compamy name is present though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we get this field populated on our reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Company Card" style="width: 350px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/159479i1EDB7458B2D1D2BF/image-dimensions/350x312?v=v2" width="350" height="312" role="button" title="Company Card.jpg" alt="Company Card" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Company Card&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fields" style="width: 430px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/159480iBCE0AA29398F4D4D/image-dimensions/430x67?v=v2" width="430" height="67" role="button" title="Contact List.jpg" alt="Fields" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Fields&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report" style="width: 371px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/159481i94FAB3F5340C8F80/image-dimensions/371x135?v=v2" width="371" height="135" role="button" title="Report.jpg" alt="Report" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Report&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 11:43:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Company-Name-not-populating-on-Reports/m-p/1215522#M3258</guid>
      <dc:creator>LPhillips0</dc:creator>
      <dc:date>2025-10-23T11:43:35Z</dc:date>
    </item>
    <item>
      <title>Make a GET call api with authorization in Custom Code Action</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Make-a-GET-call-api-with-authorization-in-Custom-Code-Action/m-p/1214945#M3253</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to get data from External api in a custom action in workflow. The external API need authorization header, but it seems that header Authorization not used by axios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const axios = require('axios')
  
exports.main = async (event, callback) =&amp;gt; {
  const apiUrl = 'http://www.cloud.lims.fr/lims/webservices/clients/FakeId';
  const email = event.inputFields['email'];
  
  const headers = {
    'Authorization': "Basic "+Buffer.from(process.env.limseo_test_auth).toString("base64"),
    'Content-Type': 'application/json'
  };
  console.log(headers);
 
  axios.get(
    apiUrl,
    { 'headers': headers }
  )
  .then(response =&amp;gt; {
    console.log(response.data);
  }).catch(function (error) {
        if (error.response) {
          // Request made and server responded
          console.log(error.response.data);
          console.log(error.response.status);
          console.log(error.response.headers);
        } else if (error.request) {
          // The request was made but no response was received
          console.log(error.request);
        } else {
          // Something happened in setting up the request that triggered an Error
          console.log('Error', error.message);
        }
    });

  callback({
    outputFields: {
      email: email
    }
  });
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code seems good, I tried it directly in an index.js on my local machine and I get expected response and if I a try with a wrong basic authorization I get Non authorized response.&lt;/P&gt;
&lt;P&gt;In Hubspot, my call is redirect to the login page of the external app like if the authorization is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have any idea about this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your reponses.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:05:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Make-a-GET-call-api-with-authorization-in-Custom-Code-Action/m-p/1214945#M3253</guid>
      <dc:creator>splancon</dc:creator>
      <dc:date>2025-10-22T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Finding Contacts from Multiple List Uploads</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Finding-Contacts-from-Multiple-List-Uploads/m-p/1214797#M3251</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have multiple teams working in our instance that focus on different product lines that we sell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One team has imported many lists (100+) in our database and I would like to exclude the imported records from our other email communications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any easy way to query all member of these uploaded lists, i.e. "member of list name contains [XXXXX]?" Or does anyone have any other recommendations on how we can query these contacts and segment them out from email messaging for our other product lines?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 20:34:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Finding-Contacts-from-Multiple-List-Uploads/m-p/1214797#M3251</guid>
      <dc:creator>FormerMKTOUser</dc:creator>
      <dc:date>2025-10-21T20:34:02Z</dc:date>
    </item>
  </channel>
</rss>

