i want to know about microflow

0
hello mendix team i want to know about microflow age validation i want to take the age between 4 to 14 so how can i validate using microflow. what is the xpath expression and which activity i take to validate
asked
1 answers
0

You need a  community commons action YearsBetween for that. It will take two dates and count the years between them.

So you can use the age of the person and the current date time to count the age. You can then use a split to filter all between 4 and 14.

Regards,

Ronald

 

answered