Email Notification for Timesheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 07:56 AM
Does anyone know how the following can be achieved?
1. Time Sheet Due --> Notification needs to be sent on Fridays to remind users to complete and submit the current timesheet by the end of the time sheet period.
2. Time Sheet Overdue --> Notification needs to be sent on Mondays to users who have not submitted a timesheet for the previous period; a notification is also need to be sent to the manager with a list of Time Sheets pending submission User.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 10:47 AM
Thank you @Sandeep Rajput! Is there also a way to check if timesheet users have not submitted their time card and trigger reminder notification this way?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 10:53 AM
@user0719 Using a Lookup records action and querying the time card table within the flow you can determine which users have submitted the timesheet. Accordingly you can send emails to the users who didn't fill the timesheet.
For more information on Look up record action please refer to https://docs.servicenow.com/bundle/xanadu-build-workflows/page/administer/flow-designer/reference/lo...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 10:14 AM - edited 10-07-2024 10:16 AM
@Sandeep Rajput Would I query users who have not filled the timesheet this way? (see screenshot)
Or what is your recommended approach?