Is there a way to store appsmith values on pageload, as opposed to having to use a widget to do this? I would like to have a number of appsmith.store variables be saved as ‘undefined’ on page load. Basically this:
You can use a function to store the Appsmith values and configure it to run on page load. To run a JS function on page load, click on the gear icon and check the corresponding checkbox:
@trebuchet JS on page load today only works on asynchronous function. so just add async keyword on reset function and you should be able to see the gear.