show action only in one detailed view

Is there a way to show an action only in one detailed view?

Please use CONTEXT() function with the detail view’s name in the conditional expression of the action.

Something like CONTEXT(“View”)=“Orders_Detail”

CONTEXT() - AppSheet Help

The view name you can get as follows in AppSheet editor.

1 Like

Thanks! It works perfectly. :grinning_face:

1 Like