Check Input Value Before Saving

is there a way to check which item value selected, so i can set an action.

for example: an enum column contain “DONE” and “PENDING”, so i want to check if user click on pending i want to open another view.

Thanks

Welcome to the community!

Please read this:

Column value expressions - AppSheet Help

1 Like

Hi Joseph thanks for the reply, already read that, but how can i check the click event ? because the form need to saved first to check the value?

It is not possible to open another view or launch actions from an open Form view. However, what you can do instead of opening another view is to hide/show columns based on the value of other columns, in this case “check hp”.

Also, you might want to explain what is that you want to do, and the community members might propose you better alternatives.

1 Like