When referencing a record field in the "View Name" of a Record View, the "View Name" will remain blank until selected. The screenshots below show the blank "View Name" being hovered over and then selected:
This issue has been addressed via AN-145082 in the following hotfixes/versions:
Apply the latest hotfix to your Appian installation.
Referencing the record field elsewhere within the Record object will resolve this issue. For example, the following SAIL can be placed inside the Visibility expression of the "View Name":
=with( local!workAround: rf!sampleRecordField, true() )
=with(
local!workAround:
rf!sampleRecordField,
true()
)
This article applies to Appian 19.3 and 19.4.
Last Reviewed: May 2020