I am pretty sure this is a bug and it was working for the last few years.
Create any control like a button
add a date state on the page like “disableuntil”
add a condition on the button
when
disableuntil > CurrentDateTime
do
this element isn’t clickable true
then use another button to set the state 20 seconds into the future.
it disables ok. but then never re-enables.
I have tried it with a data records also.
there is no way for me to tell the button to recheck the date conditions.
I will file the bug, but just need confirmation that it worked fine before.