I’m trying to create a notification system for my users that will alert them when their inputted contract is X days away from expiration.
I have set up a “set recurring event” when the contract is created to run daily.
c
That starts the backend recurring workflow that actually checks the expiration date against today’s date. This only evaluates for days = 60, but I’d also like it to check for 30, 15 and 5 without having a ton of different workflows. I also have 2 other date types to evaluate (opt out date, auto-renewal date), so I’m not sure how I’ll be able to evaluate these with Bubbles “1 events per thing” constraint. Even on Growth 5 events wouldn’t be enough to cover this. Am I missing something?