Anyone else having issues with context variables not working? I am trying to reset text input, default dates, toggles none of them are firing either on visible or on select of a button. Pretty straight forward something like this:
Button1.Onselect - UpdateContext({cleartext:""})
Textinput1.default - cleartext
Textinput1.reset = true
Similar for the dates and toggles only imagine they are set to false and teh date is something like Today() + 1
None of these are working.