Example Scenario: I want to trigger actions if a record's lead status has been "Working" for 30 days.
What logic would I use for the trigger?
Solved! Go to Solution.
Change Data Value a custom Date field to
{{system.date}} + 30days
when their status changes to Working.
If their status changes to something else, empty the Date field.
The batch of people whose Date field is today are the people who have been in Working for 30 days (straight).
Change Data Value a custom Date field to
{{system.date}} + 30days
when their status changes to Working.
If their status changes to something else, empty the Date field.
The batch of people whose Date field is today are the people who have been in Working for 30 days (straight).
Brilliant - thank you Sanford.