<?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: Trigger activator action only if condition is met over certain time period in Activator</title>
    <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888624#M933</link>
    <description>&lt;P&gt;Use Power Automate instead and implement your own debouncer algorithm.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 20:34:48 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2025-11-28T20:34:48Z</dc:date>
    <item>
      <title>Trigger activator action only if condition is met over certain time period</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888165#M932</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam searching for a possibility to only trigger a action with the activator if the condition is met once and then only lets say after an hour and if the condition is met again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: I want to get a Teams message if my capacity exeeds 95% of interactive delay limit. And I dont want to get this message every time this condition is met, but only for example if the condition holds and then checking again after x amount of time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 07:37:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888165#M932</guid>
      <dc:creator>Mauro89</dc:creator>
      <dc:date>2025-11-28T07:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger activator action only if condition is met over certain time period</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888624#M933</link>
      <description>&lt;P&gt;Use Power Automate instead and implement your own debouncer algorithm.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 20:34:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888624#M933</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-11-28T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger activator action only if condition is met over certain time period</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888733#M934</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;thats possible of course. But I don't and to leave Fabric for such a easy rule. And I remember when Activator was in preview this feature was present somewhen. Iam curious if it jut went somewhere else or get dropped.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 07:00:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4888733#M934</guid>
      <dc:creator>Mauro89</dc:creator>
      <dc:date>2025-11-29T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger activator action only if condition is met over certain time period</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4889558#M935</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="937100" data-lia-user-login="Mauro89" class="lia-mention lia-mention-user"&gt;Mauro89&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;for the prompt response.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here the activator can fire alerts based on a condition, but it does not have a built-in option to wait for a specific time before sending the next alert. It will either fire on every evaluation or only when the value moves into a new state.&lt;/P&gt;
&lt;P&gt;If you need something like send the alert once and only send it again after x&lt;SPAN&gt;&amp;nbsp;amount of time&lt;/SPAN&gt;&amp;nbsp;if the condition is still true, then the practical way is to trigger a small Power Automate flow from Activator. This keeps everything inside fabric and the flow can easily check when the last alert was sent and only send another message if the cooldown time is finished.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 10:59:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4889558#M935</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-12-01T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger activator action only if condition is met over certain time period</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4889600#M936</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="882907" data-lia-user-login="v-achippa" class="lia-mention lia-mention-user"&gt;v-achippa&lt;/a&gt;&amp;nbsp;this is a possible workaround. But as I would like to see this kind of condition as well in Fabric as this is a very common analysis pattern not only for capacity analysis it would be great to have it in Fabric. For that, I have created a idea &lt;A title="Idea" href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Activator-rule-with-time-frame-condition/idi-p/4889492#M165348" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Feel free to give some kudos &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 11:57:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Trigger-activator-action-only-if-condition-is-met-over-certain/m-p/4889600#M936</guid>
      <dc:creator>Mauro89</dc:creator>
      <dc:date>2025-12-01T11:57:30Z</dc:date>
    </item>
  </channel>
</rss>

