- 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 05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 06:09 AM - edited ‎10-03-2024 06:09 AM
Hi @Rajesh Chopade1 , This should run on daily basis on sys_user table. So I have given that condition in trigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 06:12 AM
Are you facing any further issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 06:17 AM
Can I still add them in trigger? As I mentioned above I have added "This should run on daily basis on sys_user table." this condition on trigger. Still unable to understand how can I filter the user from XYZ company....
- 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: