You can use the addWeeks function to add a fixed number of weeks to a date.
addWeeks([%CurrentDateTime%], 4)
https://docs.mendix.com/refguide/add-date-function-calls/#7-addweeksutc
I hope this helps.
This the Microflow I am using
Thank you it was helpful