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.
Hi @Nikhil - I am still not able, but I see I am on an older version. Should I be able to do it on self-hosted v1.6.16?
I am using docker. I see the instructions for updating docker versions of Appsmith. Looks like it removes and rebuilds the container. Will this wipe my instance and all of the apps I have?