Hi Team,When I am trying to edit record type > Edit Record List>Image Columns.Below steps:the Image column by following the steps below: ● Under Columns, click Image. ● Under Display Value, click Display Options. ● Select Document Image. ●Under Display Value, click Image. ● Under Images, click Document Image. ● Under Document, click a!EXAMPLE_DOCUMENT_IMAGE(), and clear everything in the Expression Editor. ● Enter the expression: if(isnull(fv!row[recordType!AX Vehicle.fields.vehicleImage]), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row[recordType!AX Vehicle.fields.vehicleImage]) Getting below error:
Error Evaluating UI Expression
Expression evaluation error at function a!gridField [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 55]: Invalid Content IDDue to this error record type is not loading, if i am not adding image column then record type is working fine.
Discussion posts and replies are publicly visible
Hi Mukesh, Can you please check the document(Image) with respect to the ID might be deleted and is not present in Appian folder. Because of that you are getting this error as Invalid Content ID.
As the error states, your image field does not have a valid value. Can you please paste your code of the entire gridColumn so I tell you what needs to be changed?
You should also check to make sure that column actually has all valid document identifiers - if you have test / dummy data in that column it likely won't display correctly.
Thanks all , issue resolve now.