Show detail screen

Good afternoon,
I’m using SHOW DETAIL SCREEN to show some information.
However, when returning to the previous screen, some things need to happen.
I can put a BUTTON to do this and put an ACTION to execute what I need, but if the user clicks on the return arrow the APP gives an error.
Is there a way to put action on the Back Arrow? If it’s not possible, could anyone tell me how to hide it?

What kind of error do you get?

Would it be better to perform those actions on the way into that detail screen instead of on the way out?

Sorry
I didn’t express myself well.
it is not a mistake.
I need to execute a set column and using the back arrow the fields are not cleaned and the application does not meet the need.

You can’t place an action on the back arrow. You can hide it with CSS, and create your own button with a set column and go back action, but that won’t stop anybody from using a browser back button or the back button on Android for example. A user could also just close the app to get out of the screen.

That’s why I suggested doing your actions on the way into the screen instead of the way out. You have a lot more control over how a user gets into a screen, but not how they get out of it.

1 Like

You’re right, if the user returns via cell phone it will continue to go wrong.
Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.