How to diaplay Create target date which is after 4 weeks of currentDate

0
I want logic to display target date, Target date must be after 4 weeks of current date
asked
3 answers
0

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.

answered
0

This the Microflow  I am usingCapture.PNG

answered
0

Thank you it was helpful

answered