<?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 Use workflows access a property's history in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/802353#M5630</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering whether I can access a property's historical values via a workflow. My problem revolves around the close date deal property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work in an industry where it's not unusual for a deal to take 3 years to move through our pipeline and have notifications set up to inform me when major changes are made to a deal's close date (new close date is 30+ days away from the initial close date), so I can see if I need to update/make a note of this on any forecast reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get these notifications however, I can't see what the close date has been changed from (other than the initial close date) without going onto the deal's page and manually viewing the close date's property history. Is it possible to create a custom property that were to equal what the close date was changed from (i.e. copy the 2nd most recent value in the property's history to a new property)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insights on this or any workarounds would be much appreciated, cheers!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 16:28:15 GMT</pubDate>
    <dc:creator>OMueller7</dc:creator>
    <dc:date>2023-06-02T16:28:15Z</dc:date>
    <item>
      <title>Use workflows access a property's history</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/802353#M5630</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering whether I can access a property's historical values via a workflow. My problem revolves around the close date deal property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work in an industry where it's not unusual for a deal to take 3 years to move through our pipeline and have notifications set up to inform me when major changes are made to a deal's close date (new close date is 30+ days away from the initial close date), so I can see if I need to update/make a note of this on any forecast reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get these notifications however, I can't see what the close date has been changed from (other than the initial close date) without going onto the deal's page and manually viewing the close date's property history. Is it possible to create a custom property that were to equal what the close date was changed from (i.e. copy the 2nd most recent value in the property's history to a new property)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insights on this or any workarounds would be much appreciated, cheers!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:28:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/802353#M5630</guid>
      <dc:creator>OMueller7</dc:creator>
      <dc:date>2023-06-02T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use workflows access a property's history</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/802771#M5635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/573973"&gt;@OMueller7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could exctract the details from Deals through the HubSpot APIs, and you can access property history.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/crm/deals" target="_blank" rel="noopener"&gt;properties​With​History&lt;/A&gt; to retreive the data you want e.g. closedate&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To connect this to a Workflow you would need to use Ops Hub or a Webhook (depending on what tools you have access to) to call the API and get the Property History. Then you can save the data to a Custom Property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies if this is a bit geeky, let me know if you need this translating into English.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 22:53:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/802771#M5635</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2023-06-04T22:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use workflows access a property's history</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/803028#M5640</link>
      <description>&lt;P&gt;Thanks Mike! I figured this was possible via the API, will have to give this a try.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:51:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/803028#M5640</guid>
      <dc:creator>OMueller7</dc:creator>
      <dc:date>2023-06-05T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use workflows access a property's history</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/924467#M8073</link>
      <description>&lt;P&gt;Did you ever get this built/are you willing to share code on how you pulled the history?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 05:25:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/924467#M8073</guid>
      <dc:creator>CSexton1</dc:creator>
      <dc:date>2024-02-18T05:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use workflows access a property's history</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/975664#M8845</link>
      <description>&lt;P&gt;I would also like an update to know if you were ever able to do this an what the code was that you used? I'm also trying to extract property history.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:48:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Use-workflows-access-a-property-s-history/m-p/975664#M8845</guid>
      <dc:creator>SFoltz88</dc:creator>
      <dc:date>2024-05-13T18:48:40Z</dc:date>
    </item>
  </channel>
</rss>

