Browser Refresh does not work

0
I have a simple page without any data widgets. I want to refresh the page on clicking the browser. I have tried Nano and Micro flows, but it is not happening. Can any one help me with a possible solution?
asked
2 answers
0

Hey Dhananjaya, if you've got a parameter entity available, you could refresh the entity in a microflow to refresh the page.

 

If this isn't an option, what are you using the page for? What is available there?

answered
0

Hi Dhananjaya!

 

If you want a button on page to reload the page, you can do a Show Page action for button's on-click and show the same page.

 

If you want the user to do a browser refresh and land on the same page, you can give the page a url parameter. If your page is the default homepage, then you will not a url parameter. Without page url, the user will land on default homepage when they click the browser's refresh button.

answered