January 16, 2025

Deployment Time: 2:00 PM PST

Features & enhancements

Item Description
Enhancements
- In expression authoring, when multiple tables of data are in-context, all columns are available with autocompletion, rather than just the primary scope. Columns outside of the primary context are automatically inserted with the appropriate scope modifier (such as _THISROW, _THISROW-1) before them.
- Autocompletions for _THIS are now supported where appropriate

Bug fixes

None

Rollout changes

Item Description
Bug Bug fix for the row ID columns for AppSheet databases. These columns are supposed to be read-only, yet were set to be editable in the AppSheet editor.

New: Deployed to 100% of free users and 50% of paid users.
Previous: Deployed to 100% of free users.

Bug Fixed a bug where expanding a drilled-down view in a dashboard could cause most of the options to disappear after returning to the dashboard. This fix will be rolled out gradually.

New: Deployed to 100% of free users and 75% of paid users.
Previous: Deployed to 100% of free users and 50% of paid users.

Bug Table view will no longer automatically hide drill down or grouping columns

Previously when using “Group by” columns in Table view, columns of groups that were drilled down on or shown as group header rows would be automatically removed from the table. This behavior could not be overridden and has been a common point of confusion. It’s also inconsistent with other filtering mechanisms (filtering on a column through the search and filter UI doesn’t make it disappear from the table). We are rolling out a change to retire this behavior and only omit columns that are explicitly configured to be hidden.



New: Deployed to all users.
Previous: Deployed to 100% of free users and 75% of paid users.

Preview announcements

Preview feature releases enable you to try out new app features that are not yet fully supported. See Product launch stages.

  • No new preview features were released today.

In addition, the AppSheet preview program lets app creators try out new app features that are not yet fully supported. For more details and to opt-in, see AppSheet preview program.

4 Likes

@lizlynch , _THISROW - 1 is correctly written _THISROW-1, without the interior spaces.

1 Like

@Steve - Thanks for catching this, Steve. Fixed!

2 Likes