Reload the same page impossible?

Hi,

I have a button that I linked to the same page, so when you click on it, it just reload the page. However it doesn’t work.

So I tried to make an intermediate page that redirect to my page when its loading so it does :
“Page A” → “Page Redirect” → “Page A”

However, that data’s value are still there and not cleared.

My final goal is :
:white_check_mark: User fil out a form
:white_check_mark: They send the form to my data base
:x: They click on “Reload”
:x: The page reload and the form’s value are reset

I don’t want to reset the value manually with “Reset Value” on the workflow because I have a lot to input to reset

Should be doable with custom javascript action and window.location.reload()

1 Like

So its not possible to just reload a page without custom javascript?

Not at the moment I believe

A little code is expected in every app

1 Like

Sure, no problem. I just wanted to make sure :smile:
Thank for the answer!