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.

use due date in flow designer

sparkles
Tera Contributor

Hi,

 

I need help in setting up notification to send an email reminder to the fulfiller 10 days after the request has been submitted if the task/ RITM still open or work in progress using the flow. 

 

Thanks,

S

1 REPLY 1

Kai Tingey
Tera Guru

Hi Sparkles

 

You could create a flow with a daily trigger that looks up records from sc_req_item table, with a filter of opened before 10 days ago, and active = true (or you could use state = (whatever) if you want to be a bit more specific)

 

like this:

 

KaiTingey_2-1698195393637.png

 

then use for each flow logic to send an email to whoever you want about each record.

 

e.g.

KaiTingey_1-1698195174730.png

 

 

if that helps or answers your question, please click the appropriate button 🙂