Read Only Grid Sort Error - invalid field identifer

Hello,

 I'm doing a simple read only grid with the source from a a!QueryRecordType to my record type. The issue I have is when I try to setup the sort I get an invalid field identifier error. I tried removing the column in the record type and add it back in but I get the same error but with a different identifier ID.

Here is my code 

a!gridField(
label: "Read-only Grid",
labelPosition: "ABOVE",
data:rule!ISM_QueryTop20PublishedDocuments(),
columns: {
a!gridColumn(
label: "Documentid",
sortField: 'recordType!{6c3f65fe-917f-4366-b480-020d7dbaa2e0}ISM DocumentRecord.fields.{30e1db97-bb69-4765-a270-0e6592c6a736}documentid',
value: fv!row['recordType!{6c3f65fe-917f-4366-b480-020d7dbaa2e0}ISM DocumentRecord.fields.{30e1db97-bb69-4765-a270-0e6592c6a736}documentid']
),

},
validations: {}
)

Here is the error i get

Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = ae593:697dc] : An error occurred while executing a save: Expression evaluation error at function fn!error [line 114]: Invalid field identifier: "#"urn:appian:record-field:v1:6c3f65fe-917f-4366-b480-020d7dbaa2e0/30e1db97-bb69-4765-a270-0e6592c6a736""

A previous user only updated the default filter but undid their changes after testing.

  Discussion posts and replies are publicly visible