How can i customize a reminder to go further out than the 14 day limit currently shown?
There are a couple ways to set a reminder more than 14 days out.
1. Manually set a date to send a reminder (instead of selecting a date column)
2. Create an additional Date column in your sheet with a formula that adds X days to your corresponding date field. For example, if you wanted to send a reminder 30 days after the Start Date for a task, here is the formula you could use:
=[Start Date]1 + 30
Once the formula is added, set your reminder to send based on the new Date column.