Rohan_Sohail:
But the overlay button problem i described is still an issue. Having to add today’s entries by going through yesterday’s entries is just an odd design, i think.
AppSheet has a concept of “Row Level” actions. These cannot be displayed as Overlay actions because they need access to a specific row to function. AppSheet doesn’t always get it right. Unfortunately, it sounds like your action is being considered a “Row Level” action. (I’ll try to confirm when I get time)
I usually deal with these in 2 ways:
-
Simply add an Inline Action to the Table view of Product rows or as an action in Deck view, so that you can activate the function from ANY Product row.
-
Create a “Menu” view for this and any other “utility” functions you need. This is done by using a Gallery view and setting “Row Selected” property to run your action.