My apps would be so much more dynamic if I could reference a cell value rather than entering an arbitrary value. For example, let’s say I want to display items that are only available to those that have enough funds to purchase. This would be ideal:
Show component "Item" when "Price" is less than "Balance"
but instead of “Balance” I have to put in a static value.