Hello, I am creating a screen to edit information from a form.
My flow is as follows.
A user fills out a form and then I direct him to a new screen where he verifies that all the data is correct.
If a piece of information is incorrect, I take it back to the form screen so that you can correct it and then you should take it back to the verification page.
The problem is that I am sending the user twice to the same screen and it seems that adalo does not allow this because once the user clicks on the button after updating their data, it does not allow me to add a link action and send the updated data.
You could create two different screens where the user verifies their data again, but if the user needs to modify their data once more, they will need to create a third screen and so on.
There is no way to do this? It is similar to the Amazon purchase process where at the end of the cart it allows you to edit your data before confirming the purchase.
Thanks