<?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: Run a workflow on a daily basis without OperationsHub subscription in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254483#M3187</link>
    <description>&lt;P&gt;Thanks a lot! This is exactly what I need!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My usecases more in details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A) I sync hubspot contacts to airtable. However if I delete contacts or merge them, they will not get deleted in airtable. And I want to hide them in airtable, so I need a way to identify "up-to-date" contacts vs inactive/merged contacts. And since there is no native way my idea was to check: Has this contact a property with "today" and is today older than 1 day it must be inactive (merged or deleted).&lt;BR /&gt;&lt;BR /&gt;Usecase B): I have lists of deals that I work on. they pop up whenever I need to call leads again. But I want to use the task pipeline to quickly iterate through those deals. I can create them manuelly by selecting all deals and then "create task". Or i can create a dayly workflow that will create a task for me and also deletecomplete) it after X hours. this would safe me some time on clicking each day. tasks are just ready. boom.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2026 10:30:08 GMT</pubDate>
    <dc:creator>NicoSchulz</dc:creator>
    <dc:date>2026-02-27T10:30:08Z</dc:date>
    <item>
      <title>Run a workflow on a daily basis without OperationsHub subscription</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254467#M3185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to set a date to "today" everyday. This is a workaround for another airtable intergration where I can flag old contacts, that have been deleted or merged. And I also want this to trigger dayly task creation. But I dont have operationshub, so I cannot use the standard workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a Workflow witht the trigger:&lt;/P&gt;&lt;P&gt;- Heartbeat = today&lt;/P&gt;&lt;P&gt;- OR Heartbeat = unknown&lt;/P&gt;&lt;P&gt;- OR Heartbeat is more than 0 days in past&lt;/P&gt;&lt;P&gt;- Reenrollment enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I set heartbeat to +1 days (using a custom property which uses a calulation of heartbeat + 1 day).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workflow executes one time, but does not retrigger. I tries also other variations, but none has worked. Any ideas how to accieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:49:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254467#M3185</guid>
      <dc:creator>NicoSchulz</dc:creator>
      <dc:date>2026-02-27T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run a workflow on a daily basis without OperationsHub subscription</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254469#M3186</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/476887"&gt;@NicoSchulz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you need the today's date property for? There are many cases where there's a better solution, e.g. calculation "Time since" properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, you can find one approach to creating a today's date property here:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Setting-Today-s-Date-with-Workflows/m-p/883062#M7076" target="_blank"&gt;https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Setting-Today-s-Date-with-Workflows/m-p/883062#M7076&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:53:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254469#M3186</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2026-02-27T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run a workflow on a daily basis without OperationsHub subscription</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254483#M3187</link>
      <description>&lt;P&gt;Thanks a lot! This is exactly what I need!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My usecases more in details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A) I sync hubspot contacts to airtable. However if I delete contacts or merge them, they will not get deleted in airtable. And I want to hide them in airtable, so I need a way to identify "up-to-date" contacts vs inactive/merged contacts. And since there is no native way my idea was to check: Has this contact a property with "today" and is today older than 1 day it must be inactive (merged or deleted).&lt;BR /&gt;&lt;BR /&gt;Usecase B): I have lists of deals that I work on. they pop up whenever I need to call leads again. But I want to use the task pipeline to quickly iterate through those deals. I can create them manuelly by selecting all deals and then "create task". Or i can create a dayly workflow that will create a task for me and also deletecomplete) it after X hours. this would safe me some time on clicking each day. tasks are just ready. boom.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 10:30:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Run-a-workflow-on-a-daily-basis-without-OperationsHub/m-p/1254483#M3187</guid>
      <dc:creator>NicoSchulz</dc:creator>
      <dc:date>2026-02-27T10:30:08Z</dc:date>
    </item>
  </channel>
</rss>

