<?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 Notification of 'Who' updated a property in Data Hub</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>
    <dc:creator>AStretten</dc:creator>
    <dc:date>2025-12-02T16:22:07Z</dc:date>
    <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>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1230397#M3315</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/184559"&gt;@AStretten&lt;/a&gt;&lt;/SPAN&gt;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for posting in the Community! We could create &lt;U&gt;call-based workflow&lt;/U&gt; that enrolls based on 'when filter criteria is met'. From there you could filter by the 'call and meeting type' property. However, I'm not currently seeing a way that we could specifically filter if this property was updated after the call had already ended.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Looping in a few of our experts here that may be able to assist with a workaround.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&lt;/SPAN&gt;, &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;, &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/537570"&gt;@RubenBurdin&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sam, Community Moderator&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 17:47:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1230397#M3315</guid>
      <dc:creator>SamTassey</dc:creator>
      <dc:date>2025-12-02T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231033#M3316</link>
      <description>&lt;P&gt;You can definitely enroll based on a property update, just set the enrollment to "Call and meeting type" is known. This will trigger every time the property has been updated. The trickier piece is that you don't want to be notified the first time a value gets added. There's a few ways to do this, are you using calls or if this is a contact property? You could say something like "call date is more than 1 day ago &amp;amp; call and meeting type has been updated in the last 1 day"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you're using contact properties for this you could use a custom property to get around notifying the first time. Set up a custom property with some thing like "is first value?" or whatever you want to call it. It could be like a single checkbox. I would enroll contacts in the workflow based on the call meeting type property being updated. Then branch on the "is first value" being known or unknown. If it's unknown the branch just checks that checkbox and does nothing. If it is known the known branch triggers a notification to you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 11:17:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231033#M3316</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-12-04T11:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231149#M3317</link>
      <description>&lt;P&gt;Hi Tom, the issue is around 'Who' made the amend and reporting on that. The data is stored in HS for the property history, but we cannot interact with that data. If you know a way around that that then id appreciate you help on it.&lt;BR /&gt;&lt;BR /&gt;Thanks, Anthony&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 16:50:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231149#M3317</guid>
      <dc:creator>AStretten</dc:creator>
      <dc:date>2025-12-04T16:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231425#M3318</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/184559"&gt;@AStretten&lt;/a&gt;&amp;nbsp; there's no way to do that unfortunately. I wish there was though!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be possible by pinging the get all contacts api and using the value and history query within it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/legacy/crm-contacts-v1/get-contacts-v1-lists-all-contacts-all#:~:text=of%20value_only%20or-,value_and_history,-to%20specify%20if" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/legacy/crm-contacts-v1/get-contacts-v1-lists-all-contacts-all#:~:text=of%20value_only%20or-,value_and_history,-to%20specify%20if&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure if this returns the user who edited it though but worth a shot!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 12:18:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1231425#M3318</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2025-12-05T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1233576#M3320</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/184559"&gt;@AStretten&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to find a solve for this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Contact Workflow&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Trigger: &lt;/STRONG&gt;Filter Criteria on Associated Meeting to Contact: Call and Meeting Type - is any of - &amp;lt;SELECT ALL MEETING TYPES&amp;gt; &lt;STRONG&gt;AND&amp;nbsp;&lt;/STRONG&gt;Call and Meeting Type - has ever been any of - &amp;lt;SELECT ALL MEETING TYPES&amp;gt;&lt;UL&gt;&lt;LI&gt;Send In-App Notification (or email, whichever suits you):&lt;UL&gt;&lt;LI&gt;In the Body, include Contact [Record ID], [Call and Meeting Type] of Associated Meeting: Most Recently Updated, and [Updated by User ID] of Associated Meeting: Most Recently Updated&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This results in receiving a notification (or email) with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"On Contact &lt;STRONG&gt;123456789&lt;/STRONG&gt; - Meeting Type is now &lt;STRONG&gt;DISCOVERY&lt;/STRONG&gt; - Updated by &lt;STRONG&gt;HumbleTinker&lt;/STRONG&gt;" (tokens in &lt;STRONG&gt;bold&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you get that notification, you can go to the meeting itself for deeper digging. On the meeting, select "Actions &amp;gt; History", which will reveal the full history of changes to the Meeting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not a completely perfect solution, but it gets you 90% of the way there in 5 minutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This does not fire when the Meeting Type is initially set (because, at that point, it hasn't "ever been" any other selection).&lt;/LI&gt;&lt;LI&gt;This WILL NOT RE-ENROLL due to the goofy way associated record enrollments work.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 12 Dec 2025 22:58:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1233576#M3320</guid>
      <dc:creator>HumbleTinker</dc:creator>
      <dc:date>2025-12-12T22:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Notification of 'Who' updated a property</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1234525#M3330</link>
      <description>&lt;P data-start="322" data-end="620"&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/184559"&gt;@AStretten&lt;/a&gt;&amp;nbsp;, you’ve already hit the core limitation, and Tom is right about it. HubSpot does store “updated by” in property history, but that metadata is not queryable in workflows and can’t be used as an enrollment condition or filter. That’s a platform constraint, not something you’re missing.&lt;/P&gt;
&lt;P data-start="322" data-end="620"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="622" data-end="1242"&gt;The workaround HumbleTinker shared is honestly about as good as it gets natively. Using associated Meeting properties like “Updated by User ID” in a notification is one of the very few places where HubSpot surfaces that information in a usable way. It won’t give you perfect governance or historical reporting, but it does give near-real-time visibility and a human-readable trail. For deeper auditing, the only fully reliable place is still the record’s History view. HubSpot confirms that property history is view-only and not exposed for automation logic (&lt;A href="https://knowledge.hubspot.com/records/view-record-property-history" target="_blank"&gt;https://knowledge.hubspot.com/records/view-record-property-history&lt;/A&gt; )&lt;/P&gt;
&lt;P data-start="1244" data-end="1576"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1244" data-end="1576"&gt;If you need something more systematic, the only real path is outside workflows. The CRM APIs do return property history, including timestamps and user IDs, but you’d need to poll or subscribe externally and store that data yourself, then trigger alerts from there (&lt;A class="decorated-link" href="https://developers.hubspot.com/docs/api/crm/understanding-the-crm" target="_blank" rel="noopener" data-start="1509" data-end="1574"&gt;https://developers.hubspot.com/docs/api/crm/understanding-the-crm&lt;/A&gt;).&lt;/P&gt;
&lt;P data-start="1578" data-end="1912"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1578" data-end="1912"&gt;Small disclosure since I’m close to this: I work on Stacksync, and one pattern we see teams use is syncing record changes and property history into a warehouse or logging system, where “updated by” becomes queryable and alertable without fighting HubSpot workflow limits. Not a HubSpot-native fix, but it closes the audit gap cleanly.&lt;/P&gt;
&lt;P data-start="1914" data-end="1978" data-is-last-node="" data-is-only-node=""&gt;Hope this helps set expectations and options a bit more clearly.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:22:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Notification-of-Who-updated-a-property/m-p/1234525#M3330</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-12-16T15:22:30Z</dc:date>
    </item>
  </channel>
</rss>

