I need help with workflow. I have workflow with Leads module.
It should send an email to users after two weeks and another email after one month of Date Created field.
How could we do it?
Is it correct for two weeks?
I need help with workflow. I have workflow with Leads module.
It should send an email to users after two weeks and another email after one month of Date Created field.
How could we do it?
Is it correct for two weeks?
Hi,
try the operator ‘less than or equal to’.
Otherwise, your condition would need to match exactly to the second.
What I like to do to confirm my data / assumptions is to build a report with the same conditions for the workflow:
I seem to remember a date/time issue/bug. Try “today” - x days.
@BastianHammer @pstevens is it correct?
Hi @rsp
“equal to” works technically, but it’s hard to hit the exact same second of the date created.
Best to work with less then or equal to, then it would trigger (cron, 1 min intervals) the minute those 14 days are passed.
Thanks, I changed it to ‘less than or equal to’. ![]()