Loosing created object when reloading the page

0
Hello everyone,   I have a simple home page accessed anonymously with a "Name" field and a "Save" button. I use a microflow to display the home page. The microflow creates a Response object and passes it as a parameter to the home page. When the home page is reloaded I get this error message:  The page you requested was not found. You are redirected to the home page.   I assume the Response is lost during reload since it was never committed, but it still looks for it, hence the error.    Any suggestions as to how this can be solved?
asked
1 answers
1

Use a dataview on the home page with a microflow data source that creates the record, this should work.

answered