Not send/reset current data - How do we do it?

In a prototype app I am building, once you submit an order. I want to send the user back to the home screen WITHOUT the current data (as it messes up the data flow in the app). As seen in the image below

I just dont see an option not to send it. I have tried to add a blank screen redirect that doesnt use any of the data (as discussed here) but it still sends it.

Hi @matija,

Adalo doesn’t do great in a circular flow. It’s really best on an in >>> then back basis.

Can you show the flow of screens and what you are trying to achieve? You may be able to do it with one long screen, showing and hiding components.

I think circular flow is needed if payment is integrated. So if Categories is a page part of the 3 main tabs, it kind of goes like:

Categories >> Providers >> Items >> Payment >> Completed payment

Thank you for helping out.