Hello,
I've 3 date columns in my PowerApps form i.e.: Past Date, Upcoming Date and Future Date
Here is my requirement:
- Past Date: Allow users to select Today and past dates. If future dates are selected, should get a error notification and should not be able to save the form
- Upcoming Date : Whatever date selected in Past Date, users should be able to select any future dates from the Past Date entered
- Future Date: Whatever date selected in Future Date, users should be able to select any future dates from the Future Date entered
For e.g. In Past Date, user has selected today or old date (1/15/2025), so for Upcoming Date, user can select any dates after 1/15/20254 (including this date).
And if 1/20/2025 is selected in Upcoming Date, users should be able to only select future dates from 1/20/2025 (Including this date)
In Short - user can select only today or past dates in Past Date. And in Upcoming and Future Date, users can only select the future dates, where the dates will be greater than Upcoming and Future Date
Do not save the form if the above criteria are not met.