Description of the Problem/Current Behavior: Currently, the default display order of items in a dropdown list for a Ref type column can be inconsistent between the desktop preview and the mobile preview/mobile app.
This discrepancy requires app developers to explicitly implement sorting logic (e.g., using ORDERBY()) even for basic, predictable ordering, simply to achieve consistency between preview environments and the actual mobile app.
Desired Behavior/Proposed Feature: I request that AppSheet provide a consistent default sort order for items in Ref column dropdowns across all client environments (desktop browser preview, mobile preview, and deployed mobile apps) without requiring an explicit ORDERBY() expression in Valid If or Suggested Values.
Ideally, this default order should be predictable and align with one of the following, applied uniformly:
The key is consistency by default, so developers only need to use ORDERBY() for specific, non-default sorting requirements, not for achieving basic platform consistency.
Why this is important/Benefits:
Current Workaround (and its limitations): The current workaround, as recommended by support, is to use the ORDERBY() expression within the Valid If or Suggested Values property of the Ref column. While this provides control, it feels like a patch for what should be consistent default behavior. Forcing developers to implement this for every Ref column to achieve basic consistency adds unnecessary development overhead.
In summary: While ORDERBY() is a powerful tool for custom sorting, the default behavior for Ref dropdowns should be consistent across platforms. This change would streamline development and improve the overall consistency and predictability of AppSheet applications.