In browser, how to validate input data among UI items, i.e. I want to validate that  ‘from date-time ‘must be less than ‘to date-time’

0
We have complex items validation at UI side, i.e. I want to validate that  ‘from date-time ‘must be less than ‘to date-time’, and remind users when they input the data, not at server side.  tried creating a nanoflow  that is called on leave , but we need same error message style as flowing
asked
1 answers
0

Create an on change microflow that performs the check in a split and then when the error should be shown add a validation feedback activity for the appropriate field.

https://docs.mendix.com/refguide/validation-feedback

answered