How to Send Email without schedule job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 02:46 AM
We need to send specific users the report as an attachment but the filter condition on the report to be updated dynamically when triggering the email based on certain conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:33 AM
you can use scheduled report which runs at particular time.
so just before running the scheduled report run a scheduled job (1/2min prior) and update the report filter condition dynamically so that scheduled report uses the latest filter condition to fetch the records and send over email
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 11:58 PM
@Ankur Bawiskar
using flow designer instead of scheduled job can we acheive ? if so how
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 11:59 PM
using flow designer instead of scheduled job can we acheive ? if so how
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2024 06:03 AM
you will require heavy scripting for this to change the report filter condition dynamically
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader