<?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>question Scheduled eMail of Report in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225480#M2634</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a scheduled report, for example, a scenario where a case has not been updated in the last 2 days. I want this report to be shared only with the individuals responsible for those cases, rather than a distribution list or all group members.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitledxx.jpg" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/431705iBB1D62919275CBF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitledxx.jpg" alt="Untitledxx.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Currently, I can add &lt;STRONG&gt;Users/Groups&lt;/STRONG&gt;, but is there a way to send the email only to the specific resources who fall under this report?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2025 11:17:17 GMT</pubDate>
    <dc:creator>Harmanpreet</dc:creator>
    <dc:date>2025-04-02T11:17:17Z</dc:date>
    <item>
      <title>Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225480#M2634</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a scheduled report, for example, a scenario where a case has not been updated in the last 2 days. I want this report to be shared only with the individuals responsible for those cases, rather than a distribution list or all group members.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitledxx.jpg" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/431705iBB1D62919275CBF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitledxx.jpg" alt="Untitledxx.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Currently, I can add &lt;STRONG&gt;Users/Groups&lt;/STRONG&gt;, but is there a way to send the email only to the specific resources who fall under this report?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:17:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225480#M2634</guid>
      <dc:creator>Harmanpreet</dc:creator>
      <dc:date>2025-04-02T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225490#M2635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/108021"&gt;@Harmanpreet&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;There's no direct way to achieve this, but we do have a workaround. Before triggering the actual report, you need to run another scheduled job/flow (e.g., at 9:20 AM) with the same conditions used in the reports. This will pull the email IDs of all the resources and update your scheduled report recipient email addresses.&lt;BR /&gt;&lt;/SPAN&gt;So that your actual report recipient lists will be updated dynamically.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Regards,&lt;BR /&gt;Siva&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:31:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225490#M2635</guid>
      <dc:creator>J Siva</dc:creator>
      <dc:date>2025-04-02T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225495#M2636</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/108021"&gt;@Harmanpreet&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, Scheduled Reports cannot be configured like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could create a Scheduled Job that looks for cases not updated in the last 2 days and queues an event (e.g. "case.update.reminder") for each case. Then you would create a Notification that gets triggered by that event and sends an email to the assignee.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The downside is that the assignee would receive an email for each individual case that is outdated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:36:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225495#M2636</guid>
      <dc:creator>Robert H</dc:creator>
      <dc:date>2025-04-02T11:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225516#M2637</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/108021"&gt;@Harmanpreet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scheduled report won't help you here.&lt;/P&gt;
&lt;P&gt;Why not use daily scheduled job and check the condition(not updated in last 2 days) and then use eventQueue() to send email.&lt;/P&gt;
&lt;P&gt;You can send single email to each user with list of all cases not updated in last 2 days&lt;/P&gt;
&lt;P&gt;Something like this where I shared solution, please enhance it for Case table&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/itsm-forum/email-script/m-p/882589" target="_blank" rel="noopener"&gt; Email script&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 12:01:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3225516#M2637</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-02T12:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3226375#M2648</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/108021"&gt;@Harmanpreet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 03:49:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3226375#M2648</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-03T03:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduled eMail of Report</title>
      <link>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3230949#M2692</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/108021"&gt;@Harmanpreet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;Did my reply answer your question?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 04:22:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/scheduled-email-of-report/m-p/3230949#M2692</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-04-08T04:22:28Z</dc:date>
    </item>
  </channel>
</rss>

