How to send Notification when a knowledge article is submitted to me for approval for retirement
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 01:13 AM
How to send Notification when a knowledge article is submitted to me for approval for retirement so that I can review the article and take the appropriate action.
example notification what it will contain
please guide me steps
Thanks
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 09:47 PM - edited 04-21-2025 11:04 PM
Yes no luck can you guide steps please
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 01:10 PM
Hello @Research ,
Please use this Advanced condition script instead:
answer = current.document_id && current.document_id.workflow_state != 'draft';
Regards,
Robert