Expression evaluation error: [XXX - Record name] must be indexed by its corresponding record type fields or relationships (APNX-1-4291-001)

Hello all,

I'm getting an error "Expression evaluation error: [XXX - Record name] must be indexed by its corresponding record type fields or relationships (APNX-1-4291-001)" while I'm trying to get the 'Summary' for a Record from the Records 'List'. I configured a view to list all the records and when I click on any particuler Recor from the list, it should show the Summary for that Record.

Using the following code for recordLink:

a!recordLink(
label: fv!row[record.numberValue],
recordType: record,
identifier: fv!identifier
)

Appreciate your help in getting a solution of this error. Please let me know if you need any other details, thank you.

  Discussion posts and replies are publicly visible