Hi Nation!
I'd like to trigger a flow based on a date field changing, but only if the date is in the last 7 days, today included.
Would having the "New value is in past 7 days" cover me?
Alternatively, if I want to trigger it only when the date is today, could I do "New value is {{system.dateTime}}"?
Thanks!
Solved! Go to Solution.
Yes, ‘in past’ operator would include the respective activity that has happened today before the campaign run. In your case, it’d basically include all CDV activities from the time campaign is triggered/ran up until in the past 7 days.
Tokens are not supported in the smart list. You can however use ‘in timeframe is today’ operator for looking activities that happened on the day of campaign run only. FYR - here’s the SL filter operator glossary that you may find useful.
Hope this helps. Please let us know if you have questions.
Yes, ‘in past’ operator would include the respective activity that has happened today before the campaign run. In your case, it’d basically include all CDV activities from the time campaign is triggered/ran up until in the past 7 days.
Tokens are not supported in the smart list. You can however use ‘in timeframe is today’ operator for looking activities that happened on the day of campaign run only. FYR - here’s the SL filter operator glossary that you may find useful.
Hope this helps. Please let us know if you have questions.
Also to tack onto Darshil's comment, you can't use tokens in Smart Lists, but even if you could, {{system.datetime}} is a DateTime, not a Date.