You are currently reviewing an older revision of this page.
After creating a quick app (New Application --> Create Using Application Builder (Full)) and specifying a user field for the form, the below error is encountered when trying to land on the created "Trends" page after submitting a data entry through the quick app:
"Expression evaluation error at function a!gridField [line XXX]: A grid component [label=“null”] has an invalid value for “columns”. A grid column [label=“<USER_FIELD>”] has encountered an error. Expression evaluation error at function a!linkField [line XXX]: An AnyLinkField component [label=“”] has an invalid value for “links”. The array of links cannot have null items."
This issue has been reported to the Appian Product Team. The reference number for this issue is AN-140630.
*_All<Record_Singular>
rule!IST_FormatName(fv!row.<USER_FIELD>()
rule!IST_UserRecordLink()
a!gridColumn( label: "<User_Field>", sortField: "<userfield>", value: a!linkField( links: {if(isnull(fv!row.<userfield>),{}, rule!XXXXX_UserRecordLink( fv!row.<userfield>, XXXXX_FormatName(fv!row.<userfield>) ) ) } ) )
a!gridColumn(
label: "<User_Field>",
sortField: "<userfield>",
value: a!linkField(
links: {if(isnull(fv!row.<userfield>),{},
rule!XXXXX_UserRecordLink(
fv!row.<userfield>,
XXXXX_FormatName(fv!row.<userfield>)
)
}
This article applies to Appian 19.2 and Appian 19.3:
Last Reviewed: September 2019