I had too many action buttons on my app; each one set a row value to a different thing. For example:
Button 1: Set [Allocation] to ‘here’
Button 2: Set [Allocation] to ‘there’
It was way too cluttered so looked to combine it into one button that would allow the user to select the value for [Allocation]. Here’s the action:
The expression is INPUT(Allocation,“Not claimed”) which AppSheet very cleverly picks up as a Enum and gives a dropdown list of values. This is excellent stuff.
In the slice/view where [Allocation] is selected the record is then punted to another slice/view (from ‘Unallocated’ to ‘Allocated’ for concept reference). So, as soon as a value is selected in the dropdown here the record… disappears from view:
To add insult to injury the ‘Save’ button doesn’t work. Clicking cancel and the record reappears in the view.
Any thoughts on why INPUT() isn’t saving here?


