User settings are now available in the Data Explorer tab of the Expression Assistant.
![lizlynch_1-1731076998549.png
Bug fixes
Item
Description
Bug
Fixed a bug where emulator preview kept reloading when navigating through the Automation page.
Rollout changes
NonePreview 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.
Also, about the expression assistant, is there a roadmap for adding expressions such as [_THISROW_BEFORE], [_THISROW_AFTER], and [_THISUSER] (which would replace efficiently using USERSETTINGS() in some cases)
We are planning to support _THISROW_BEFORE in the Data Explorer and with autocompletions this year
I have mixed opinions on _THISROW_AFTER, because in most situations, [_THISROW_AFTER].[C] is the same as [C]. But will consider adding autocompletion support when we add for _THISROW_BEFORE.
We recommend using USERSETTINGS, not _THISUSER.
Function completions are being released imminently. This will make it so you don’t have to type all of USERSETTINGS. Autocompletions for the available columns within USERSETTINGS will be available within the next few days
I agree with the redundancy of [_THISROW_AFTER], but similarly to yes/no type, it’s the same as comparing [yesno_column]=TRUE or just using [yesno_column] only which also renders TRUE or FALSE.
About [_THISUSER]: when it comes to using a Ref type, we can use a deref expression. While with USERSETTINGS(), we need to use a LOOKUP(USERSETTING([mycolumn]), …) which is less efficient.
I would really appreciate if you consider keeping it live
@Marc_Dillon My intuition is that spreadsheet users are more comfortable with FUNC(C) than [Ref].[C] notation. There’s also the downside that [_THISUSER] itself doesn’t return anything useful.
We have no intention of killing _THISUSER, it’s only a matter of whether we promote it via autocompetions. I suspect we will in due time
@takuya_miyai Thanks for catching that (it’s because we recently allowed inserting as List, making the insert button bigger). Will try to get a fix out shortly!