Alert: Lead Not Called in 48 Hours Flow Logic | Community
Skip to main content
Dan_Askin
Level 4
August 27, 2020
Solved

Alert: Lead Not Called in 48 Hours Flow Logic

  • August 27, 2020
  • 1 reply
  • 2514 views

I'm trying to alert sales managers when a lead isn't called within 48 (or whatever) hours of a particular action, say a form completion.  We can ID when someone is called when data values change in one of two fields:

 

Last contacted date

Last contacted by (string of #s that ID a rep).

 

Is it as easy as creating a smart list covering the two filters, then sending the alert (maybe with a wait step so the managers get the alert Mon-Fri)? Smarter way to do it?


 

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

The SC in your screenshot won't work. It's listening for a Filled Out Form where the person's data value has not changed in the 48 hours before the form fillout. Kinda the opposite of (or totally different from) what you're looking for.

 

A couple of different ways to do this, but for low volume, you can trigger on Filled Out Form and Wait 2 days. After 2 days, then check to see if the Last Contacted Date value is within the past 2 days!

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
August 27, 2020

The SC in your screenshot won't work. It's listening for a Filled Out Form where the person's data value has not changed in the 48 hours before the form fillout. Kinda the opposite of (or totally different from) what you're looking for.

 

A couple of different ways to do this, but for low volume, you can trigger on Filled Out Form and Wait 2 days. After 2 days, then check to see if the Last Contacted Date value is within the past 2 days!

Dan_Askin
Dan_AskinAuthor
Level 4
August 30, 2020

Thanks, Sanford. Yep, fairly low volume. That was the angle I was pursuing initially, but I got caught up on what to do in the flow after the step. W/ the "remove from flow" step do you need to have a default choice here?

 

 

 

SanfordWhiteman
Level 10
August 30, 2020

Sure, that looks good.