Product: Appian Area: Interfaces → Plug‑ins → Grid Plus Layout (gridPlusLayoutField) Appian version: [e.g., 25.3] Database: MariaDB
gridPlusLayoutField
I’m displaying data in Grid Plus using gridPlusLayoutField + gridtextcolconfig, with the grid sourced from a query rule (Record DataSubset). When I configure a column using recordField: gridrecordfield(recordType!...fields.<key>), I’m getting:
gridtextcolconfig
recordField: gridrecordfield(recordType!...fields.<key>)
Interface Definition: Expression evaluation error at function 'gridRecordField': Record field input must not be null or empty
I need to render null‑safe text (e.g., “-”, “Not Available”) for some fields, but my Grid Plus build does not support a value/valueFunction/valueExpression property on gridtextcolconfig.
value
valueFunction
valueExpression
Interface Definition: Expression evaluation error at function 'gridRecordField' [line 36]: Record field input must not be null or empty
Discussion posts and replies are publicly visible
Try applying a!defaultValue(field: appianorder, default: "-") in rule!FIO_EXP_showAllDetailsForGridPlus fields to null-proof the DataSubset.Recommend you can check here : https://docs.appian.com/suite/help/25.4/downloadables/Advanced-Plug-in-GridPlus-Component-Migration-Guide.pdf