What is the fixed behavior of appsheet in terms of Context("ViewType) ?
For instance, I have a table view. Then place it to Dashboard.
For showif, editif or any other place where we place Context("ViewType) expression, how it should work?
For now, it appears to me Appsheet is just take into account Context("ViewType)=“Dashboard” even it is actually “Table” or any other view tyep, once we place view to Dashboard.
I actually have field which I want to display only on Table view. I also have detail view made out of same table, which is also placed to the same table.
To show this field, I apply Context("ViewType)=“dashboard”, but I m unable to “hide” from detail view on the dashboard…