In many of my recurring transactions, I have the month and year as part of the memo description. For example: Apple Music - JUNE 2025. This is created when the transaction is memorized. Each month, I have to change the memo from JUNE 2025 to JULY 2025, etc.
Please be a string in the memo field that would be substituted when the transaction is entered. For example: Apple Music - <MM> <YYYY> would be stored in the memorized transaction, and when entered into the register, it would get automatically populated as JULY 2025, using the current system date to replace the strings.
Other options might be:
<MON> - Month of year (July)
<MM> - Month of year (07)
<YYYY> - Year (2025)
<YY> - Year (25)
<DD> - Day of Month (25)
<DOW> - Day of Week (Tue)
etc