Re: Trigger of Date Field Equals Today

Anonymous
Not applicable

Trigger of Date Field Equals Today

We have a date field called "follow up date" that our sales team fill out for when to re-send them a certain lead that's in nurturing.

We want to create a campaign with a trigger of if the follow up date equals the system date (today). Then in the flow we would do what we need to to assign it to sales.

Any solutions on how to do this? Even suggested external tools?

Thanks!

4 REPLIES 4
Jim_Thao7
Level 9

Re: Trigger of Date Field Equals Today

You won't be able to use tokens in the smart lists, but what you can do is set your smart list to check if the "follow up date" field is not empty.  Then, they will move to the flow. 

In the flow, you can add choices.  This is where you can define the logic of if "follow up date" is "{{system.dateTime}}" then do something.

Alok_Ramsisaria
Level 10

Re: Trigger of Date Field Equals Today

You can use a trigger like this:

Screenshot_79.png

Anonymous
Not applicable

Re: Trigger of Date Field Equals Today

Technically yes, but I think Tamar is not truly talking about a "trigger" in the Marketo sense, because the above would only fire when the data value changes (as opposed to "firing" whenever a lead's follow-up date == today).

Josh_Hill13
Level 10 - Champion Alumni

Re: Trigger of Date Field Equals Today

I believe the correct method is to run a daily batch campaign that says

If Follow Up Date IS NOT EMPTY, then Call a Trigger that does Wait until {{lead.Follow Up Date}} and then do XYZ.

Use a Date Token in a Wait Flow Action - Marketo Docs - Product Docs

there are other choices with this method as well.