if user post comments and if the article belongs to HR knowledge base then send notification
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 04:09 AM
If user post comments and if the article belongs to HR knowledge base, then send notification to xyz person
Any one help me with source code
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 04:49 AM
Hi,
A very simple Flow could do this.
Trigger would be when a Feedback record [kb_feedback] is created.
Then in the first step, do a check if the feedback record is linked to a KB article that is within the KB base of HR.
(or alternatively incorporate this check within the trigger)
Then finally use the send email or send notification action to send the email.