I have a power apps datacardvalue that I can only select dates in the future, tomorrow or further and weekdays
On change = If(Self.SelectedDate <= Today() Or Weekday(Self.SelectedDate) =1 Or Weekday(Self.SelectedDate) = 7,Reset(Self))
The Defaultdate is: Today() +1.
So everytime I have to update the STATUS field for "Concluded" the Date changes too. How do I keep the date selected before.
An exemple:
If today() = 27/07/2023 the date picker will let met choose only 28/07/2023 or further. That is correct.
But if I try to update one field in this card and today() = 28/07/2023, the datacardValue will change too, probably to 29/07/2023.
How do I keep the first information I have selected?


Report
All responses (
Answers (