i have summary view with a related action delete. after deleting a record. i get redirected to the already deleted record with the error: An Error Has Occurred The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.
I want to to get redirected to my recordlist view. How can this be done?
Discussion posts and replies are publicly visible
There is no real solution to this. You can either just soft-delete the record so it is still available, or show a screen to the user with a link to the record list.
Depending a bit on your use case, I suggest the second one. Just add a user input task after the delete from datastore node, make it a quick task and enable chaining.
Check my blog post for details: appian.rocks/.../
Unknown said:make it a quick task and enable chaining.
... and add a short timer (after which the process is killed), and don't put any buttons on the form. Basically they'll be forced to either click the on-task link, or click away via the navigation elements.