I’ve a problem when I want to return to the previous screen after completing a form.
Instead of returning to the previous screen, as configured, it returns to the main screen. It is a little uncomfortable in daily use.
I’ve noticed that it works poorly in any application.
Just to add, I have not faced this issue. Maybe you could share more details such as specific OS, device , desktop/tablet/mobile mode etc. where you might be facing the issue so that someone else could add their observations or you may wish to approach AppSheet support with such specific details.
Thank you for all the details. It sounds that when you tap to add a record from the “Entradas” summary view, then a form view called “Ingresar Compra” opens. When you "Cancel’ the form, instead of returning to “Entradas” summary view, it returns to “Stock” summary view.
May we know if the form view “Ingresar Compra” is on the same same table on which the view “Entradas” is based?
I’m also facing a similar issue, even though my application hasn’t changed any settings. This error has only occurred this week, but not consistently. I suspect it might be influenced by some changes from the AppSheet system.
Yes. You can create an ACTION of type “Go to another view within this app” and type: LINKTOVIEW() or LINKTOROW() or LINKTOFILTEREDVIEW etc. . (this you must decide). Hide the action.
Then you attach that action to the FORM view and this action is triggered on SAVE.