Any way to refresh publish page?

Any way to refresh publish page?

I have published page that include:
1 - stateless form (published)
2 - report (published).

the stateless form has a field for user input and a button.

I've created workflow for the stateless form button click that do some updates for the records showing on the report and my goal is to refresh the page so the user will be able to watch the records changes

  1. I've try to add "#Script:page.reload " and some other Navigational commands without success.
  2. I've also try to open the same url on the browser but in most browsers if the openUrl has the same url it's not refreshing the page. 
Any ideas?
Thanks