I am working in PowerApps on an app that requires users to enter a present or future date in one date picker, and an older date in another date picker. In my testing I have noticed that I started entering the older date in the wrong date picker ( the one that needs a present or future date)
I am thinking an 'If' statement for each datepicker would work, but I'm not sure what terminology to use to identify which dates are incorrect to use.
For the one requiring it could be If(dpAppointmentDate 'is not current or newer date'), Notify("Blocked: A 'Rehire' Scenario requies a Prior Separation Date.", NotificationType.Warning), (not sure what terminology to code regarding identifying the date restriction),
Any advice on how to do that?