Solved
Trigger on 30th day
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?
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?
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).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.