- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 04:57 AM - edited ‎10-03-2024 06:08 AM
Hi,
I have a requirement to send notification email to the employees manager of XYZ company. It is a pre-hire notification email which includes Employee name, email and hire date. It should run on a daily basis in sys_user table. First we have to check if the user is XYZ company employee and the employee's manager should receive an email with all the details. I want to achieved this with Flow designer, Can anyone pls help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 06:28 AM
hi @Raji15
Ok, got it.
First you add scheduled 'daily' (you already added)
Click on the "+" icon to add an action. Choose "Lookup Records" from the list of actions.
Select table = sys_user, here you can add condition 'company IS xyz company'
have a look bellow image for reference:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 07:37 AM
Thank you so much!