We are encountering the following error in our Appian application:
This issue appears while working with a grid component (record-based or interface grid). There are no obvious breaking changes, but the error is being logged intermittently.
We suspect it may be related to:
However, we are unable to pinpoint the exact cause.
DiscoverAllRecordBindings
Any guidance or suggestions would be greatly appreciated!
Discussion posts and replies are publicly visible
Wrap relationship field references in if(isnull(...), "", ...) or use a custom record field with null-safe expressions instead of referencing relationship fields directly in grid columns.After any Record Type schema change, verify all grid column fieldConfigs still point to valid fields.Also you can try debug, Temporarily remove grid columns one by one and reload - when the error stops, the last removed column is the culprit.