Hi Charlie,
During the save microflow, you can add a change object action and fill the next review date using.
addYear($LastReview, 1)
Here is some documentation: https://docs.mendix.com/refguide/add-date-function-calls/
Here is an example, rather than [%CurrentDateTime%] you can use your Last Review attribute