- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 10:08 PM
Looking to send a Report to individuals in a group with there oustanding Open cases. My attempts using assigned to is Dynamic in filter havent worked because the schedule us running as me. It look like in the past there was an option to run as the user.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 11:09 PM
There are several ways to do this. You can use a scheduled job that checks on the users you want to, and run a while loop, triggering an event for each of these users where you have a mail_script to get the content of the email.
Or trigger a flow on a schedule, look up the users and in an 'for each' loop you look up all open cases. If there are any, you can either trigger a notification (with a mail_script for the content) or send the email from the flow, using a flow variable to create the open Case overview part of the body of the email.
A scheduled report will have to be created for each of the users, or you send the complete report to all of them.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 10:14 PM
Doesnt have to be a report open to other methods to achieve the same result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2025 11:09 PM
There are several ways to do this. You can use a scheduled job that checks on the users you want to, and run a while loop, triggering an event for each of these users where you have a mail_script to get the content of the email.
Or trigger a flow on a schedule, look up the users and in an 'for each' loop you look up all open cases. If there are any, you can either trigger a notification (with a mail_script for the content) or send the email from the flow, using a flow variable to create the open Case overview part of the body of the email.
A scheduled report will have to be created for each of the users, or you send the complete report to all of them.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark