Hi,
i have this in my onchange property of a date picker
If (
DataCardValue39_1.SelectedDate > Today(),
UpdateContext({ResetDatePicker: true}),
UpdateContext({ResetDatePicker: false})
)
which works nicely! however if I try it a second time affter the initial reset, it doesnt reset the date picker.
Anyone know why?