Knowledge Article in 'Draft' state for more than 7 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 05:18 AM
I've been looking for a resolution...
How can i alert the author and the manager of the knowledge article that is in draft mode for 7 days?
Then maybe if still in draft mode for 30 days?
I have been working on a new notification 'KM: Article in Draft'
when to send' record inserted or updated
inserted, updated
conditions=workflow changes to 'draft'
i must need some 'Advanced condition' to get this to go to the author and manager...??
Thanks in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 06:16 AM
Hi @John Johnson ,
I would assume that you can create a scheduled flow in flow designer, for kb_knowledge table for workflow is draft and updated relative before 7 days ago. By doing this, then send an email to notify XXXX.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 04:35 AM
Could you elaborate on this some please? like step 2 in your example above? 'for each item in'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 05:05 AM
Hi @John Johnson ,
What I refer to above is that in the first statement, it collects records where the state is draft and updated last time before 7 days ago. This will give some amount of records or none. Afterwards, the "for each" statement is, that there should be done something for each record found in previous statement. As @SN_Learn mentioned, afterwards there should be send a notification on the for each statement.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:48 AM
How would i actually be able to alert the author?