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”
The view name you can get as follows in AppSheet editor.
1 Like
Thanks! It works perfectly. ![]()
1 Like

