Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create Notification for KB when valid to is 1month before expiry using flow designer

Jeck Manalo
Tera Guru

Hi Everyone, 

 

How can I achieve that when KB is about to expire before 1 month a notification will send to author.

 

Using flow designer/event etc.

 

Any idea ?

5 REPLIES 5

Harish KM
Kilo Patron
Kilo Patron

Hi @Jeck Manalo you can do below approach, have a flow run daily and

1. use look up records action on knowledge table

cond: valid to relative 1 month from now

HarishKM_0-1712029261015.png

2. use for each to loop through each record

3. use send Notification action to send notification

HarishKM_1-1712029297536.png

 

Regards
Harish

perfect! I already have this in my flow designer, one question in notification how can I input all KB on notification if owners is same.

 

what I mean is email will trigger as 1 only for all KB that are same owner. they are listed as list on the body of the email.

here is sample 

JeckManalo_0-1712029630277.png

 

Hi @Jeck Manalo if you want to send 1 notification for one owner if they belong to multiple article you would need custom action and a script in place to check article 's owner.

Regards
Harish