Morning!
This is my first post! I have been trying to figure out how to create my annual reminder for different contract dates. Provided is just a snapshot, there are hundred with different start dates and lengths. I am looking to create and Annual Reminder that is 90 days before the annual anniversary date - however I can find a way to create the desired output below. When I try, I keep getting 90 days before the CONTRACT end date.
This will be used to keep track of when the next outreach is.
DESIRED OUTPUT:
| Contract Start Date | Contract End Date | Annual Reminder |
| 2020-02-28 00:00:00 | 2021-02-27 00:00:00 | 2020-11-28 |
| 2019-04-09 00:00:00 | 2022-04-08 00:00:00 | 2021-01-09 |
| 2018-08-18 00:00:00 | 2023-08-17 00:00:00 | 2021-05-18 |
It may be a simple workflow, but any guidance is appreciated!