I am having trouble with restricting an action (the default “add” action) to a single view that is part of a dashboard.
The dashboard view is called " Referrals Dashboard" and it contains four views, “New Referrals,” “In Progress,” “Awaiting Response,” and “Complete”
these four views are all slices from the “Form Responses” dataset, filtered based on status. I only want the Add action to show up on the “New Referrals” view, giving the user the option of manually adding a paper referral, for example, directly into the app instead of using the Google Form that feeds the app (the form is on a public facing website and the data is ingested into AppSheet for managing the referral status."
I tried changing the visibility of the action with Context(“View”)=“New Referrals” but it did not work as expect. And with no filter, i get an add button across all four views when presented in the dashboard
