Bump heard! We'll report back in the original thread when this is included. For now, I'm going to move this one out of Feature Requests to avoid duplicates.
Hey I created a walkaround since I didn't see they added the option to refresh a module.
One the input state of a module changes it re-runs it and acts like a "refresh" so -
I created a temporary state that has an initial value of 0,
then wrote a simple JS to .setValue(1) of the temporary state,
and then upon successful run of the JS I set the temporary state back to 0.
Basically it quickly changes the value and returns it to the original value therefore create a refresh.
Has this been resolved? After making a change to data in the database, navigating back to the previous screen doesn't update or refresh with the updated dataset.
Hey @Augustine_Whitehouse, seems like that is a different issue than the one @bradlymathews originally posted about. If you want to refresh the data in the app, you can Reset app state by clicking the circular arrow icon on the bottom of the page.
Can we trigger Reset app state using script ? Ideally I want to create a Button with event handler triggering the script to Reset app state and the app refreshes.